[Libreoffice-commits] core.git: cui/inc

Adolfo Jayme Barrientos fitojb at ubuntu.com
Mon Aug 7 09:53:58 UTC 2017


 cui/inc/treeopt.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 43f159dafa3fe61c09cafc8467cdd67233a02401
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
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  }
 };


More information about the Libreoffice-commits mailing list