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/event-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/event-editor.c') diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index f4c798bfd1..4c3169854b 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -211,7 +211,7 @@ static GtkActionEntry editable_entries[] = { "appointment-soon", N_("_Alarms"), NULL, - N_("Click here to set or unset alarms for this event"), + N_("Set or unset alarms for this event"), G_CALLBACK (action_alarms_cb) }, }; -- cgit