diff options
author | Michael Wood <michael.g.wood@linux.intel.com> | 2012-08-03 11:03:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-03 11:06:50 +0800 |
commit | 58ab353af775e22f70265a56e3f5f93c7ec0a9d4 (patch) | |
tree | 3f161c82cdbcfd57b6a907431de0bfa6f91c9a03 /widgets/misc | |
parent | 86cd3f98fd7bd4f8d0d36eac42a605d86ad468fa (diff) | |
download | gsoc2013-evolution-58ab353af775e22f70265a56e3f5f93c7ec0a9d4.tar.gz gsoc2013-evolution-58ab353af775e22f70265a56e3f5f93c7ec0a9d4.tar.zst gsoc2013-evolution-58ab353af775e22f70265a56e3f5f93c7ec0a9d4.zip |
Bug 681075 - Add tooltips to signature editor toolbar
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | 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 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", |