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

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Mon Oct 19 08:34:06 PDT 2015


 cui/source/tabpages/strings.src                            |    2 -
 officecfg/registry/schema/org/openoffice/Office/Writer.xcs |   14 ++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 49eeba5c3eae8dc0723aaa1a9e926be5bf874302
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Wed Oct 14 16:04:53 2015 +0200

    Autocorrect: Better label for automatic list creation
    
    Change-Id: Ie7fa4e1cee488bc84e2ded40725cb9044b99d3cf

diff --git a/cui/source/tabpages/strings.src b/cui/source/tabpages/strings.src
index e380d5a..2df5b72 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 ] = "Apply numbering - symbol: " ;
+    Text [ en-US ] = "Bulleted and numbered lists. Bullet point symbol: " ;
 };
 String RID_SVXSTR_BORDER
 {
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 0b7c99b..e17bd6d 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -4503,10 +4503,10 @@
             <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
               <!-- OldPath: Writer/AutoFormat/ByInput -->
               <!-- OldLocation: Soffice.cfg -->
-              <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options  Apply numbering-->
+              <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options  Bulleted and numbered lists-->
               <info>
                 <desc>Specifies whether a numbered or bulleted text is created automatically while typing.</desc>
-                <label>Apply numbering</label>
+                <label>Bulleted and numbered lists</label>
               </info>
               <value>false</value>
             </prop>
@@ -4517,7 +4517,7 @@
               <prop oor:name="Char" oor:type="xs:int" oor:nillable="false">
                 <!-- OldPath: Writer/AutoFormat/Options -->
                 <!-- OldLocation: Soffice.cfg -->
-                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options  Apply numbering-->
+                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options  Bulleted and numbered lists-->
                 <info>
                   <desc>Specifies the character code if ApplyNumbering=true.</desc>
                 </info>
@@ -4526,7 +4526,7 @@
               <prop oor:name="Font" oor:type="xs:string" oor:nillable="false">
                 <!-- OldPath: Writer/AutoFormat/Options -->
                 <!-- OldLocation: Soffice.cfg -->
-                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options Apply Numbering-->
+                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options Bulleted and numbered lists-->
                 <info>
                   <desc>Specifies the font name if ApplyNumbering=true.</desc>
                 </info>
@@ -4535,7 +4535,7 @@
               <prop oor:name="FontFamily" oor:type="xs:int" oor:nillable="false">
                 <!-- OldPath: Writer/AutoFormat/Options -->
                 <!-- OldLocation: Soffice.cfg -->
-                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options Apply Numbering-->
+                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options Bulleted and numbered lists-->
                 <!--Default value 0 = Symbol-->
                 <info>
                   <desc>Specifies the font family if ApplyNumbering=true.</desc>
@@ -4545,7 +4545,7 @@
               <prop oor:name="FontCharset" oor:type="xs:int" oor:nillable="false">
                 <!-- OldPath: Writer/AutoFormat/Options -->
                 <!-- OldLocation: Soffice.cfg -->
-                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options Apply Numbering-->
+                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options Bulleted and numbered lists-->
                 <!--Default value 10 = Symbol-->
                 <info>
                   <desc>Specifies the font character set if ApplyNumbering=true.</desc>
@@ -4555,7 +4555,7 @@
               <prop oor:name="FontPitch" oor:type="xs:int" oor:nillable="false">
                 <!-- OldPath: Writer/AutoFormat/Options -->
                 <!-- OldLocation: Soffice.cfg -->
-                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options Apply Numbering-->
+                <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options Bulleted and numbered lists-->
                 <!--Default value 2 = Variable-->
                 <info>
                   <desc>Specifies the font pitch if ApplyNumbering=true.</desc>


More information about the Libreoffice-commits mailing list