aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorSzabolcs Ban <bansz@src.gnome.org>2000-07-21 17:51:28 +0800
committerSzabolcs Ban <bansz@src.gnome.org>2000-07-21 17:51:28 +0800
commitd97ccb4427a5cf5404e390527ca51111ad110bc1 (patch)
tree9fdceab21cf5b6f728b950e8808aea8f114e1024 /calendar
parentad3fd1d471c7cc32de1e6a2697e04a9276165a2c (diff)
downloadgsoc2013-evolution-d97ccb4427a5cf5404e390527ca51111ad110bc1.tar
gsoc2013-evolution-d97ccb4427a5cf5404e390527ca51111ad110bc1.tar.gz
gsoc2013-evolution-d97ccb4427a5cf5404e390527ca51111ad110bc1.tar.bz2
gsoc2013-evolution-d97ccb4427a5cf5404e390527ca51111ad110bc1.tar.lz
gsoc2013-evolution-d97ccb4427a5cf5404e390527ca51111ad110bc1.tar.xz
gsoc2013-evolution-d97ccb4427a5cf5404e390527ca51111ad110bc1.tar.zst
gsoc2013-evolution-d97ccb4427a5cf5404e390527ca51111ad110bc1.zip
Szabolcs BAN <shooby@gnome.hu>
* Small typo fix in calendar/gui/event-editor.c svn path=/trunk/; revision=4254
Diffstat (limited to 'calendar')
-rw-r--r--calendar/gui/event-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c
index 89e7eb5033..caf653e1bc 100644
--- a/calendar/gui/event-editor.c
+++ b/calendar/gui/event-editor.c
@@ -1259,7 +1259,7 @@ static GnomeUIInfo actions_menu[] = {
GNOMEUIINFO_SEPARATOR,
GNOMEUIINFO_ITEM_NONE (N_("FIXME: Rec_urrence..."), NULL, NULL),
GNOMEUIINFO_SEPARATOR,
- GNOMEUIINFO_ITEM_NONE (N_("FIXME: Intive _Attendees..."), NULL, NULL),
+ GNOMEUIINFO_ITEM_NONE (N_("FIXME: Invite _Attendees..."), NULL, NULL),
GNOMEUIINFO_ITEM_NONE (N_("FIXME: C_ancel Invitation..."), NULL, NULL),
GNOMEUIINFO_SEPARATOR,
GNOMEUIINFO_ITEM_NONE (N_("FIXME: Forward as v_Calendar"), NULL, NULL),