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 /addressbook/gui/contact-editor/e-contact-editor.c | |
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 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 4 |
1 files changed, 2 insertions, 2 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 */ |