From fe46b75f1d450bce5294bb5d688ef0a352540dc9 Mon Sep 17 00:00:00 2001 From: Chris Gurney Date: Sun, 15 Sep 2024 10:33:55 -0400 Subject: [PATCH] docs: clarify language for Ribbon icon action setting --- src/I18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/I18n/en.json b/src/I18n/en.json index a417bbd3..9510f506 100644 --- a/src/I18n/en.json +++ b/src/I18n/en.json @@ -141,7 +141,7 @@ "ribbon-action": { "name": "Ribbon icon action 📱", "description": "Action to take when the ribbon icon (on phones) is used.", - "option-toolbar": "Show toolbar menu", + "option-toolbar": "Show current toolbar", "option-item-suggester": "Show all tools", "option-toolbar-suggester": "Show all toolbars" },