diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-14 16:04:53 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-19 17:33:13 +0200 |
commit | 49eeba5c3eae8dc0723aaa1a9e926be5bf874302 (patch) | |
tree | 3e5aa9b7af90fc2a3414a4e9953861bd9c7ca21f /officecfg | |
parent | 4a1810b7d7b56ff7b853daf8802b21f9d15a3495 (diff) |
Autocorrect: Better label for automatic list creation
Change-Id: Ie7fa4e1cee488bc84e2ded40725cb9044b99d3cf
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 0b7c99be8cc2..e17bd6d6a486 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> |