[evolution/evolution-3-12] Bug #727967 - Undo/Redo text is not displayed in menus
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/evolution-3-12] Bug #727967 - Undo/Redo text is not displayed in menus
- Date: Fri, 11 Apr 2014 07:25:46 +0000 (UTC)
commit acdcfe136fb0dc0073b0b5ea0a3d82dddcdbe95f
Author: Milan Crha <mcrha redhat com>
Date: Fri Apr 11 09:25:18 2014 +0200
Bug #727967 - Undo/Redo text is not displayed in menus
addressbook/gui/contact-editor/e-contact-editor.c | 4 ++--
calendar/gui/dialogs/comp-editor.c | 4 ++--
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 aa02ab0..3618bad 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -266,14 +266,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 d56f203..72b9895 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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]