[Libreoffice-commits] core.git: 2 commits - cui/source officecfg/registry

Adolfo Jayme Barrientos fitojb at ubuntu.com
Mon Oct 19 22:54:11 PDT 2015


 cui/source/options/treeopt.src                         |    2 +-
 cui/source/tabpages/strings.src                        |    2 +-
 officecfg/registry/schema/org/openoffice/Office/UI.xcs |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 97a27b1746286a62c4ac032683a4d9d3df5bd399
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Tue Oct 20 00:52:16 2015 -0500

    Kill redundancy
    
    1) “Bullet” does not need “point” for you to understand
       what it is
    2) Not all typographical bullets have the form of a point
    
    Change-Id: I054edd8bff51053b763c11321b32f513a1a6c142

diff --git a/cui/source/tabpages/strings.src b/cui/source/tabpages/strings.src
index 2df5b72..38d2405 100644
--- a/cui/source/tabpages/strings.src
+++ b/cui/source/tabpages/strings.src
@@ -165,7 +165,7 @@ String RID_SVXSTR_RIGHT_MARGIN
 };
 String RID_SVXSTR_NUM
 {
-    Text [ en-US ] = "Bulleted and numbered lists. Bullet point symbol: " ;
+    Text [ en-US ] = "Bulleted and numbered lists. Bullet symbol: " ;
 };
 String RID_SVXSTR_BORDER
 {
commit 30550321945597baa8c917512bb5ef29cd627ba9
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Sun Oct 18 09:47:30 2015 -0500

    tdf#95155 Rename “Appearance” options to “Application Colors”
    
    The previous name is misleading and confusing, especially
    as we have two other Options pages which can be considered
    as related to LibreOffice’s “appearance”: “View” and
    “Personalization”.
    
    Change-Id: I228f87e3198a33ffc0c3793c1d3acfb6f33d9b32

diff --git a/cui/source/options/treeopt.src b/cui/source/options/treeopt.src
index fac9779..44dc8a5 100644
--- a/cui/source/options/treeopt.src
+++ b/cui/source/options/treeopt.src
@@ -38,7 +38,7 @@ Resource RID_OFADLG_OPTIONS_TREE_PAGES
             < "Fonts" ; RID_SVX_FONT_SUBSTITUTION ; > ;
             < "Security" ; RID_SVXPAGE_INET_SECURITY ; > ;
             < "Personalization" ; RID_SVXPAGE_PERSONALIZATION ; > ;
-            < "Appearance" ;        RID_SVXPAGE_COLORCONFIG        ; > ;
+            < "Application Colors" ; RID_SVXPAGE_COLORCONFIG ; > ;
             < "Accessibility" ; RID_SVXPAGE_ACCESSIBILITYCONFIG ; > ;
             < "Advanced" ; RID_SVXPAGE_OPTIONS_JAVA ; > ;
             < "Basic IDE Options" ; RID_SVXPAGE_BASICIDE_OPTIONS ; > ;
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
index 9d1015e..80dbc0a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs
@@ -36,7 +36,7 @@
       </prop>
     </group>
     <group oor:name="ColorScheme">
-      <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
+      <!-- UIHints: Tools / Options / Star|OpenOffice / Application Colors -->
       <info>
         <desc>Defines the templates for color settings used to customize the appearance of the applications.</desc>
       </info>
@@ -610,7 +610,7 @@
         </info>
       </prop>
       <set oor:name="ColorSchemes" oor:node-type="ColorScheme">
-        <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance -->
+        <!-- UIHints: Tools / Options / Star|OpenOffice / Application Colors -->
         <info>
           <desc>Lists entries with color settings.</desc>
         </info>


More information about the Libreoffice-commits mailing list