[evolution] Bug 681075 - Add tooltips to signature editor toolbar



commit 58ab353af775e22f70265a56e3f5f93c7ec0a9d4
Author: Michael Wood <michael g wood linux intel com>
Date:   Thu Aug 2 23:03:24 2012 -0400

    Bug 681075 - Add tooltips to signature editor toolbar

 widgets/misc/e-mail-signature-editor.c |    4 ++--
 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 34d8a03..62149de 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",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]