diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-12-21 16:56:18 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-12-23 00:49:23 +0100 |
commit | a3d9e49021a6965ff2fb0b5c625baedaf6327a02 (patch) | |
tree | 157515b7499da997dbdbd91344a14ace4664a5cf /officecfg | |
parent | d9b52710a9b8f2e66afbb7fb35de044b16afd7ab (diff) |
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.
Diffstat (limited to 'officecfg')
-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 |
2 files changed, 4 insertions, 4 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> |