aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-itip-control.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-itip-control.c')
-rw-r--r--calendar/gui/e-itip-control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c
index 82808cee70..997d9b898f 100644
--- a/calendar/gui/e-itip-control.c
+++ b/calendar/gui/e-itip-control.c
@@ -1350,7 +1350,7 @@ show_current_event (EItipControl *itip)
break;
case ICAL_METHOD_ADD:
/* FIXME Whats going on here? */
- itip_desc = _("<b>%s</b> wishes to add to an existing meeting.");
+ itip_desc = _("<b>%s</b> wishes to be added to an existing meeting.");
itip_title = _("Meeting Update");
options = get_publish_options ();
break;
@@ -1427,7 +1427,7 @@ show_current_todo (EItipControl *itip)
break;
case ICAL_METHOD_ADD:
/* FIXME Whats going on here? */
- itip_desc = _("<b>%s</b> wishes to add to an existing task.");
+ itip_desc = _("<b>%s</b> wishes to be added to an existing task.");
itip_title = _("Task Update");
options = get_publish_options ();
break;