cui/inc/treeopt.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 43f159dafa3fe61c09cafc8467cdd67233a02401 Author: Adolfo Jayme Barrientos <[email protected]> Date: Mon Aug 7 04:52:45 2017 -0500 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 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 } };
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
