summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-02-06 09:17:04 -0500
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-06 14:28:33 +0000
commit585ac5b5f31a3ab48726820a6cf4c032ff0ab8a1 (patch)
tree18baf1c59cf59da7888c6d0c9c17db81e6c98d14 /officecfg
parente1e4efdc71d00ab2255b311cd420f929384ebbfa (diff)
officecfg: Drop hyphen from "Check Out" in menus
The verb is "check out"; the noun is "checkout" Change-Id: I8f779604b5b069c77db2ab705993db3dceeab50d Reviewed-on: https://gerrit.libreoffice.org/33973 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu6
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 332ed4e41b76..f0f0b044bbc1 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2261,19 +2261,19 @@
</node>
<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="en-US">Check Out</value>
<value xml:lang="x-comment">This is the action to create a private working copy
of the document on a server</value>
</prop>
</node>
<node oor:name=".uno:CancelCheckOut" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Cancel Check-Out...</value>
+ <value xml:lang="en-US">Cancel Checkout...</value>
</prop>
</node>
<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="en-US">Check In...</value>
<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 information on
the new version to create on the server.</value>