diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-06-24 21:45:09 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-25 10:11:26 +0000 |
commit | 140e53564100ed7c7bff881d5b8c10e5fda01dd2 (patch) | |
tree | fb0eeac1743308f31262d8df89569974b5e14828 | |
parent | 6162191b4a258d071382aeaa88aa80852b04ae2a (diff) |
partially fix fdo#80490 - string 'Non-printing Characters'
Change 'Nonprinting Characters' to 'Non-printing Characters'
Change-Id: I599b2bc3fe80805b87cbb83c1dc74eba85799105
Reviewed-on: https://gerrit.libreoffice.org/9884
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
4 files changed, 17 insertions, 17 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 2417301adf67..877f30d84ba6 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2122,7 +2122,7 @@ </node> <node oor:name=".uno:ControlCodes" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Nonprinting Characters</value> + <value xml:lang="en-US">~Non-printing Characters</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>9</value> diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 409e7d1f0f98..3c4d3407a779 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1061,7 +1061,7 @@ <desc>Contains settings for the visibility of various non-printing characters.</desc> </info> <prop oor:name="MetaCharacters" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: View - Nonprinting Characters --> + <!-- UIHints: View - Non-printing Characters --> <info> <desc>Determines whether certain settings are applied (display of tab stops, spaces, breaks)</desc> <label>Meta characters</label> @@ -1071,7 +1071,7 @@ <prop oor:name="ParagraphEnd" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters --> + <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> <info> <desc>Specifies whether paragraph ends are shown on the screen.</desc> <label>Paragraph end</label> @@ -1081,7 +1081,7 @@ <prop oor:name="OptionalHyphen" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters --> + <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> <info> <desc>Specifies whether optional hyphens are shown on the screen.</desc> <label>Optional hyphens</label> @@ -1091,7 +1091,7 @@ <prop oor:name="Space" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters --> + <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> <info> <desc>Specifies whether spaces are shown on the screen.</desc> <label>Spaces</label> @@ -1101,7 +1101,7 @@ <prop oor:name="ProtectedSpace" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters --> + <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> <info> <desc>Specifies whether protected spaces are shown on the screen.</desc> <label>Protected Spaces</label> @@ -1111,7 +1111,7 @@ <prop oor:name="Tab" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters --> + <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> <info> <desc>Specifies whether breaks are shown on the screen.</desc> <label>Tabs</label> @@ -1121,7 +1121,7 @@ <prop oor:name="Break" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters --> + <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> <info> <desc>Specifies whether paragraph ends are shown on the screen.</desc> <label>Breaks</label> @@ -1131,7 +1131,7 @@ <prop oor:name="HiddenText" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters --> + <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> <info> <desc>Specifies whether hidden text fields are displayed on the screen.</desc> <label>Fields: Hidden text</label> @@ -1141,7 +1141,7 @@ <prop oor:name="HiddenParagraph" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: Writer/Contents/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Options - Text document Contents - [Section] Nonprinting Characters --> + <!-- UIHints: Tools - Options - Text document Contents - [Section] Non-printing Characters --> <info> <desc>Specifies whether hidden paragraphs are displayed on the screen.</desc> <label>Hidden paragraphs</label> diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs index 43bac02a4d74..f4b63a43ed8a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs @@ -95,7 +95,7 @@ <desc>Contains settings for the visibility of various non-printing characters.</desc> </info> <prop oor:name="MetaCharacters" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: View - Nonprinting Characters --> + <!-- UIHints: View - Non-printing Characters --> <info> <desc>Determines whether certain settings are applied or not (display of tab stops, spaces, breaks).</desc> <label>Meta characters</label> @@ -105,7 +105,7 @@ <prop oor:name="ParagraphEnd" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: HTML_Editor/Content/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters --> + <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Non-printing Characters --> <info> <desc>Specifies whether paragraph ends are shown on the screen.</desc> <label>Paragraph end</label> @@ -115,7 +115,7 @@ <prop oor:name="OptionalHyphen" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: HTML_Editor/Content/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters --> + <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Non-printing Characters --> <info> <desc>Specifies whether optional hyphens are shown on the screen.</desc> <label>Optional hyphens</label> @@ -125,7 +125,7 @@ <prop oor:name="Space" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: HTML_Editor/Content/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters --> + <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Non-printing Characters --> <info> <desc>Specifies whether spaces are shown on the screen.</desc> <label>Spaces</label> @@ -135,7 +135,7 @@ <prop oor:name="ProtectedSpace" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: HTML_Editor/Content/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters --> + <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Non-printing Characters --> <info> <desc>Specifies whether protected spaces are shown on the screen.</desc> <label>Protected Spaces</label> @@ -145,7 +145,7 @@ <prop oor:name="Break" oor:type="xs:boolean" oor:nillable="false"> <!-- OldPath: HTML_Editor/Content/Nonprinting_characters --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Nonprinting characters --> + <!-- UIHints: Tools - Option - HTML-Document Contents [Section] Non-printing Characters --> <info> <desc>Specifies whether breaks are shown on the screen.</desc> <label>Breaks</label> diff --git a/scripting/workben/bindings/writermenubar.xml b/scripting/workben/bindings/writermenubar.xml index 9390954dae90..ef813de6bfc2 100644 --- a/scripting/workben/bindings/writermenubar.xml +++ b/scripting/workben/bindings/writermenubar.xml @@ -135,7 +135,7 @@ <menu:menuitem menu:id="slot:20214" menu:helpid="20214" menu:label="Te~xt Boundaries"/> <menu:menuitem menu:id="slot:20225" menu:helpid="20225" menu:label="Fie~ld Shadings"/> <menu:menuitem menu:id="slot:20226" menu:helpid="20226" menu:label="~Fields"/> - <menu:menuitem menu:id="slot:20224" menu:helpid="20224" menu:label="~Nonprinting Characters"/> + <menu:menuitem menu:id="slot:20224" menu:helpid="20224" menu:label="~Non-printing Characters"/> <menu:menuitem menu:id="slot:20242" menu:helpid="20242" menu:label="~Hidden Paragraphs"/> <menu:menuseparator/> <menu:menuitem menu:id="slot:6313" menu:helpid="6313" menu:label="~Online Layout"/> |