aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c4
-rw-r--r--calendar/gui/dialogs/comp-editor.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 284abf8a95..07cfa01c41 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -283,14 +283,14 @@ static GtkActionEntry undo_entries[] = {
{ "undo",
"edit-undo",
- NULL,
+ N_("_Undo"),
"<Control>z",
N_("Undo"),
NULL }, /* Handled by EFocusTracker */
{ "redo",
"edit-redo",
- NULL,
+ N_("_Redo"),
"<Control>y",
N_("Redo"),
NULL } /* Handled by EFocusTracker */
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index d56f2038a9..66bda656ea 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -1296,14 +1296,14 @@ static GtkActionEntry core_entries[] = {
{ "undo",
"edit-undo",
- NULL,
+ N_("_Undo"),
"<Control>z",
N_("Undo"),
NULL }, /* Handled by EFocusTracker */
{ "redo",
"edit-redo",
- NULL,
+ N_("_Redo"),
"<Control>y",
N_("Redo"),
NULL }, /* Handled by EFocusTracker */