aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-editor.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-07-27 04:30:10 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:38 +0800
commit2b0957f935996335cb5a7abe8008499f98ddd7d2 (patch)
tree59eab20ddc11a048816ea7ab30e02a91a436d1d4 /calendar/gui/dialogs/event-editor.c
parent1d25dd38e2bf54660575f4a2007bf58197147c85 (diff)
downloadgsoc2013-evolution-2b0957f935996335cb5a7abe8008499f98ddd7d2.tar
gsoc2013-evolution-2b0957f935996335cb5a7abe8008499f98ddd7d2.tar.gz
gsoc2013-evolution-2b0957f935996335cb5a7abe8008499f98ddd7d2.tar.bz2
gsoc2013-evolution-2b0957f935996335cb5a7abe8008499f98ddd7d2.tar.lz
gsoc2013-evolution-2b0957f935996335cb5a7abe8008499f98ddd7d2.tar.xz
gsoc2013-evolution-2b0957f935996335cb5a7abe8008499f98ddd7d2.tar.zst
gsoc2013-evolution-2b0957f935996335cb5a7abe8008499f98ddd7d2.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.c2
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) },
};