aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/dialogs/event-editor.c4
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);