summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-12-21 16:56:18 +0100
committerJan Holesovsky <kendy@suse.cz>2010-12-23 00:49:23 +0100
commit43d9996fda1beb6f607328c897d40a4e1ec1ac4d (patch)
tree475d17bcdde7f927c8d51dd59f08ded67d842020 /officecfg
parent68acaaccfa603126c13e8e7d9ae9a77bb3dadb3e (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-xofficecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu6
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu2
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 ed5a78ee22..42ca9529b7 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 cd81c0db8b..697e0ae949 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>