[Libreoffice-commits] core.git: officecfg/registry

Jeremy Bicha jbicha at ubuntu.com
Mon Feb 6 14:28:53 UTC 2017


 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 585ac5b5f31a3ab48726820a6cf4c032ff0ab8a1
Author: Jeremy Bicha <jbicha at 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.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at 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>


More information about the Libreoffice-commits mailing list