aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widgets/misc/e-mail-signature-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-mail-signature-editor.c b/widgets/misc/e-mail-signature-editor.c
index 34d8a036ad..62149de250 100644
--- a/widgets/misc/e-mail-signature-editor.c
+++ b/widgets/misc/e-mail-signature-editor.c
@@ -284,14 +284,14 @@ static GtkActionEntry entries[] = {
GTK_STOCK_CLOSE,
N_("_Close"),
"<Control>w",
- NULL,
+ N_("Close"),
G_CALLBACK (action_close_cb) },
{ "save-and-close",
GTK_STOCK_SAVE,
N_("_Save and Close"),
"<Control>Return",
- NULL,
+ N_("Save and Close"),
G_CALLBACK (action_save_and_close_cb) },
{ "file-menu",