diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/event-editor.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2000-07-21 Szabolcs BAN <shooby@gnome.hu> + + * calendar/gui/event-editor.c: Typo fix + 2000-07-19 Fatih Demir <kabalak@gmx.net> * evolution.desktop & data/evolution.desktop: Added 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), |