officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 585ac5b5f31a3ab48726820a6cf4c032ff0ab8a1 Author: Jeremy Bicha <jbi...@ubuntu.com> Date: Mon Feb 6 09:17:04 2017 -0500 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.mehrbr...@cib.de> Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 332ed4e..f0f0b04 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits