[Libreoffice-commits] .: officecfg/registry svx/inc

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Dec 22 16:36:19 PST 2010


 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu     |    6 +++---
 officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu |    2 +-
 svx/inc/globlmn_tmpl.hrc                                                 |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 43d9996fda1beb6f607328c897d40a4e1ec1ac4d
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Dec 21 16:56:18 2010 +0100

    Rename .uno:UndoAction/Redo to "Undo"/"Redo", fdo#32472.
    
    The undo/redo text before this change says "Can't Undo", or "Can't Redo",
    which is apparently to be more descriptive in the menu; but this also means
    that the information that the functionality is unavailable is actually doubled
    - it is disabled, and additionally named this way.
    
    I am changing this to a simple "Undo" and "Redo" to be consistent with the
    rest of the functionality, nowhere else disabling a functionality adds any
    'disabled' wording to that.

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index ed5a78e..42ca952 100755
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1274,7 +1274,7 @@
             </node>
             <node oor:name=".uno:UndoAction" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Can't Undo</value>
+                    <value xml:lang="en-US">Undo</value>
                 </prop>
             </node>
             <node oor:name=".uno:ToggleControlFocus" oor:op="replace">
@@ -3282,7 +3282,7 @@
             </node>
             <node oor:name=".uno:Redo" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Can&apos;t Restore</value>
+                    <value xml:lang="en-US">Redo</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>1</value>
@@ -3290,7 +3290,7 @@
             </node>
             <node oor:name=".uno:Undo" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Can&apos;t Undo</value>
+                    <value xml:lang="en-US">Undo</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>1</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu
index cd81c0d..697e0ae 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu
@@ -191,7 +191,7 @@
             <node oor:name=".uno:Undo" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
 
-                    <value xml:lang="en-US">Can&apos;t Undo</value>
+                    <value xml:lang="en-US">Undo</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>1</value>
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index 23d5666..d76a647 100644
--- a/svx/inc/globlmn_tmpl.hrc
+++ b/svx/inc/globlmn_tmpl.hrc
@@ -472,13 +472,13 @@
     Identifier = SID_UNDO ; \
     Command = ".uno:UndoAction" ; \
     HelpID = SID_UNDO ; \
-    Text [ en-US ] = "Can't Undo" ;	\
+    Text [ en-US ] = "Undo" ;	\
     
 #define ITEM_EDIT_REDO \
     Identifier = SID_REDO ; \
     Command = ".uno:Redo" ; \
     HelpID = SID_REDO ; \
-    Text [ en-US ] = "Can't Restore" ; \
+    Text [ en-US ] = "Redo" ; \
     
 #define ITEM_EDIT_REPEAT \
     Identifier = SID_REPEAT ; \


More information about the Libreoffice-commits mailing list