diff options
author | Szabolcs Ban <bansz@src.gnome.org> | 2000-07-21 17:51:28 +0800 |
---|---|---|
committer | Szabolcs Ban <bansz@src.gnome.org> | 2000-07-21 17:51:28 +0800 |
commit | d97ccb4427a5cf5404e390527ca51111ad110bc1 (patch) | |
tree | 9fdceab21cf5b6f728b950e8808aea8f114e1024 | |
parent | ad3fd1d471c7cc32de1e6a2697e04a9276165a2c (diff) | |
download | gsoc2013-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
-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), |