From 58ab353af775e22f70265a56e3f5f93c7ec0a9d4 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Thu, 2 Aug 2012 23:03:24 -0400 Subject: Bug 681075 - Add tooltips to signature editor toolbar --- widgets/misc/e-mail-signature-editor.c | 4 ++-- 1 file 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"), "w", - NULL, + N_("Close"), G_CALLBACK (action_close_cb) }, { "save-and-close", GTK_STOCK_SAVE, N_("_Save and Close"), "Return", - NULL, + N_("Save and Close"), G_CALLBACK (action_save_and_close_cb) }, { "file-menu", -- cgit v1.2.3