diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-08-07 04:52:45 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-08-07 04:52:45 -0500 |
commit | 43f159dafa3fe61c09cafc8467cdd67233a02401 (patch) | |
tree | a3abe57e3137b61b4b85c553ae762af6873948ac /cui/inc | |
parent | 7915f35d7fca5d0720d96954beaa97c00a2c3821 (diff) |
Rename “Basic IDE Options” to just “Basic IDE”
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
Diffstat (limited to 'cui/inc')
-rw-r--r-- | cui/inc/treeopt.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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<const char*, sal_uInt16> 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 } }; |