aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/e-itip-control.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 0336a0a1ad..0811fae84b 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-16 Ushveen Kaur <kushveen@novell.com>
+
+ ** Fixes bug #329696
+ * gui/e-itip-control.c : (show_current_event),(show_current_todo):
+ String change to make it more clear.
+
2006-10-16 Harish Krishnaswamy <kharish@novell.com>
* gui/e-day-view.c: (e_day_view_init),
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;