From cffd2dd122a582e160153777b303579e736bc09c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 26 Jul 2011 22:30:10 +0200 Subject: Bug #655255 - Make comp-editor toolbar buttons' tooltips saner --- calendar/gui/dialogs/comp-editor.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/gui/dialogs/comp-editor.c') diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 88b8b4a89f..c51634903e 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1068,7 +1068,7 @@ static GtkActionEntry core_entries[] = { GTK_STOCK_CLOSE, NULL, NULL, - N_("Click here to close the current window"), + N_("Close the current window"), G_CALLBACK (action_close_cb) }, { "copy-clipboard", @@ -1096,7 +1096,7 @@ static GtkActionEntry core_entries[] = { GTK_STOCK_HELP, NULL, NULL, - N_("Click here to view help available"), + N_("View help"), G_CALLBACK (action_help_cb) }, { "paste-clipboard", @@ -1124,7 +1124,7 @@ static GtkActionEntry core_entries[] = { GTK_STOCK_SAVE, NULL, NULL, - N_("Click here to save the current window"), + N_("Save current changes"), G_CALLBACK (action_save_cb) }, { "select-all", @@ -1192,7 +1192,7 @@ static GtkActionEntry individual_entries[] = { "mail-attachment", N_("_Attachment..."), "m", - N_("Click here to attach a file"), + N_("Attach a file"), G_CALLBACK (action_attach_cb) } }; -- cgit v1.2.3