diff options
author | JP Rosevear <jpr@novell.com> | 2004-08-01 02:12:33 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-01 02:12:33 +0800 |
commit | a66da4d33d7442c00b59726cccefbbd5083c037e (patch) | |
tree | f70c3d1d7bd5db23012df5f7b5359752f6ec902c /calendar/gui | |
parent | 8190659ab2782021d29bf12410a16d745f7d5103 (diff) | |
download | gsoc2013-evolution-a66da4d33d7442c00b59726cccefbbd5083c037e.tar gsoc2013-evolution-a66da4d33d7442c00b59726cccefbbd5083c037e.tar.gz gsoc2013-evolution-a66da4d33d7442c00b59726cccefbbd5083c037e.tar.bz2 gsoc2013-evolution-a66da4d33d7442c00b59726cccefbbd5083c037e.tar.lz gsoc2013-evolution-a66da4d33d7442c00b59726cccefbbd5083c037e.tar.xz gsoc2013-evolution-a66da4d33d7442c00b59726cccefbbd5083c037e.tar.zst gsoc2013-evolution-a66da4d33d7442c00b59726cccefbbd5083c037e.zip |
use Invitations not Meetings (event_editor_edit_comp): ditto
2004-07-31 JP Rosevear <jpr@novell.com>
* gui/dialogs/event-editor.c (show_meeting): use Invitations not
Meetings
(event_editor_edit_comp): ditto
svn path=/trunk/; revision=26785
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/event-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c index 5fe07a88dd..454e467a66 100644 --- a/calendar/gui/dialogs/event-editor.c +++ b/calendar/gui/dialogs/event-editor.c @@ -239,7 +239,7 @@ event_editor_edit_comp (CompEditor *editor, ECalComponent *comp) _("Scheduling")); comp_editor_append_page (COMP_EDITOR (ee), COMP_EDITOR_PAGE (priv->meet_page), - _("Meeting")); + _("Invitations")); } for (l = attendees; l != NULL; l = l->next) { @@ -381,7 +381,7 @@ show_meeting (EventEditor *ee) _("Scheduling")); comp_editor_append_page (COMP_EDITOR (ee), COMP_EDITOR_PAGE (priv->meet_page), - _("Meeting")); + _("Invitations")); priv->meeting_shown = TRUE; comp_editor_set_changed (COMP_EDITOR (ee), priv->meeting_shown); |