From 0d1eef0daddb38ccad1fc9caa99d32f4e84bb100 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 11 Apr 2014 09:24:43 +0200 Subject: Bug #727967 - Undo/Redo text is not displayed in menus --- addressbook/gui/contact-editor/e-contact-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/contact-editor') 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"), "z", N_("Undo"), NULL }, /* Handled by EFocusTracker */ { "redo", "edit-redo", - NULL, + N_("_Redo"), "y", N_("Redo"), NULL } /* Handled by EFocusTracker */ -- cgit v1.2.3