From 43f159dafa3fe61c09cafc8467cdd67233a02401 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Mon, 7 Aug 2017 04:52:45 -0500 Subject: [PATCH] =?UTF-8?q?Rename=20=E2=80=9CBasic=20IDE=20Options?= =?UTF-8?q?=E2=80=9D=20to=20just=20=E2=80=9CBasic=20IDE=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit None of the other Options/Preferences pages have the word “Options” in their names, because: a) it’s obvious that they’re options, and b) having that word repeated there contravenes the macOS convention of calling the options “preferences”. Change-Id: I7349d20eefc50d5a92d6442a256249f64db688e7 --- cui/inc/treeopt.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/inc/treeopt.hrc b/cui/inc/treeopt.hrc index 8d009da4cca5..9f7b71c6f2ae 100644 --- a/cui/inc/treeopt.hrc +++ b/cui/inc/treeopt.hrc @@ -39,7 +39,7 @@ const std::pair SID_GENERAL_OPTIONS_RES[] = { NC_("SID_GENERAL_OPTIONS_RES", "Application Colors"), RID_SVXPAGE_COLORCONFIG }, { NC_("SID_GENERAL_OPTIONS_RES", "Accessibility"), RID_SVXPAGE_ACCESSIBILITYCONFIG }, { NC_("SID_GENERAL_OPTIONS_RES", "Advanced"), RID_SVXPAGE_OPTIONS_JAVA }, - { NC_("SID_GENERAL_OPTIONS_RES", "Basic IDE Options"), RID_SVXPAGE_BASICIDE_OPTIONS }, + { NC_("SID_GENERAL_OPTIONS_RES", "Basic IDE"), RID_SVXPAGE_BASICIDE_OPTIONS }, { NC_("SID_GENERAL_OPTIONS_RES", "Online Update"), RID_SVXPAGE_ONLINEUPDATE }, { NC_("SID_GENERAL_OPTIONS_RES", "OpenCL"), RID_SVXPAGE_OPENCL } };