diff options
author | Milan Crha <mcrha@redhat.com> | 2014-04-11 15:24:43 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-04-11 15:24:43 +0800 |
commit | 0d1eef0daddb38ccad1fc9caa99d32f4e84bb100 (patch) | |
tree | 8b7a92a1cc2fcceb3715c50d9b34d918285d9c05 /calendar | |
parent | 86091846ac34cea57264c15a9e0cdfa853ad3451 (diff) | |
download | gsoc2013-evolution-0d1eef0daddb38ccad1fc9caa99d32f4e84bb100.tar gsoc2013-evolution-0d1eef0daddb38ccad1fc9caa99d32f4e84bb100.tar.gz gsoc2013-evolution-0d1eef0daddb38ccad1fc9caa99d32f4e84bb100.tar.bz2 gsoc2013-evolution-0d1eef0daddb38ccad1fc9caa99d32f4e84bb100.tar.lz gsoc2013-evolution-0d1eef0daddb38ccad1fc9caa99d32f4e84bb100.tar.xz gsoc2013-evolution-0d1eef0daddb38ccad1fc9caa99d32f4e84bb100.tar.zst gsoc2013-evolution-0d1eef0daddb38ccad1fc9caa99d32f4e84bb100.zip |
Bug #727967 - Undo/Redo text is not displayed in menus
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |