diff options
-rwxr-xr-x | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 6 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu | 2 | ||||
-rw-r--r-- | svx/inc/globlmn_tmpl.hrc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 18d131cf35bb..d41670d8a16e 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'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'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 62f6eb836a5d..c2ee6802cda2 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'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 5abf5f2876de..56ce571a072e 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 ; \ |