diff options
author | Andras Timar <atimar@suse.com> | 2012-12-15 18:44:24 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-12-15 18:45:46 +0100 |
commit | 9c321f0d21281cc6b1d5303f24de00d5bb2849db (patch) | |
tree | 9f69f9609e6044ad949762c9cd04436f42d7e2a0 /officecfg | |
parent | 3e49d72847c78e9731f52ae2dd5013fe7ab4a2af (diff) |
fdo#58018 typo: s/xml_lang/xml:lang/
Change-Id: I31ac7c7e11a7dcb4c99c9ef2890190bcd7b0fe26
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index c7b06161ac6d..aa55b280069e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1890,7 +1890,7 @@ <node oor:name=".uno:CheckOut" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Check-Out</value> - <value xml_lang="x-comment">This is the action to create a private working copy + <value xml:lang="x-comment">This is the action to create a private working copy of the document on a server</value> </prop> </node> @@ -1902,7 +1902,7 @@ <node oor:name=".uno:CheckIn" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Check-In...</value> - <value xml_lang="x-comment">This is the action to merge a private working copy + <value xml:lang="x-comment">This is the action to merge a private working copy of the document on a server. It shows a dialog to input some informations on the new version to create on the server.</value> </prop> |