summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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 'svx')
-rw-r--r--svx/inc/globlmn_tmpl.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index 23d5666796..d76a647356 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 ; \