diff options
author | Milan Crha <mcrha@redhat.com> | 2011-07-27 04:30:10 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-07-27 04:30:10 +0800 |
commit | cffd2dd122a582e160153777b303579e736bc09c (patch) | |
tree | d4b7943b2dd6aac4e1f9b995013cce2525244775 /calendar/gui/dialogs/event-editor.c | |
parent | 1a463f4ee015c81857b7490b997899949303b9d8 (diff) | |
download | gsoc2013-evolution-cffd2dd122a582e160153777b303579e736bc09c.tar.gz gsoc2013-evolution-cffd2dd122a582e160153777b303579e736bc09c.tar.zst gsoc2013-evolution-cffd2dd122a582e160153777b303579e736bc09c.zip |
Bug #655255 - Make comp-editor toolbar buttons' tooltips saner
Diffstat (limited to 'calendar/gui/dialogs/event-editor.c')
-rw-r--r-- | calendar/gui/dialogs/event-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) }, }; |