From f3489cdd24af93baa5b85005eae2ba72f6f5bf2a Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 18 Jun 2020 12:21:09 +0200 Subject: [PATCH] [chore] Rename 'More plugins' to 'More tools' (#6279) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More tools is a submenu in the tools menu, not in the plugins menu. That everything in there happens to be plugins is merely a technical detail and not considered part of the unifying menu vision. Plugin management should be last as it is because it's only used once in a blue moon, if it should be in the tools menu at all. The same applies to settings more broadly. Putting plugin management in the tools menu is traditional, however. Plugins should not and are not supposed to be most at home in the tools menu. Those plugins that happen to be in the tools menu are by and large there because that's where they fit best. Those that don't are new and I didn't have the heart or energy to make much of a fuzz about it provided they had a reasonable claim to the tools menu. That includes plugins like tweak document settings which should be more at home in settings → document. Also see . --- frontend/ui/elements/common_info_menu_table.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/elements/common_info_menu_table.lua b/frontend/ui/elements/common_info_menu_table.lua index f1039a650..ed24c9010 100644 --- a/frontend/ui/elements/common_info_menu_table.lua +++ b/frontend/ui/elements/common_info_menu_table.lua @@ -26,7 +26,7 @@ common_info.help = { text = _("Help"), } common_info.more_plugins = { - text = _("More plugins"), + text = _("More tools"), } common_info.device = {