aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUshveen Kaur <kushveen@novell.com>2006-10-16 21:11:59 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-10-16 21:11:59 +0800
commit9d380670b832884d236d9f3e47ec363b16355c9f (patch)
tree00e72cc544f6d250b561aa1dd5b7ab7dde0a6673
parent5b52abbb1d7a2036bbf12dcb171595f517ba3967 (diff)
downloadgsoc2013-evolution-9d380670b832884d236d9f3e47ec363b16355c9f.tar
gsoc2013-evolution-9d380670b832884d236d9f3e47ec363b16355c9f.tar.gz
gsoc2013-evolution-9d380670b832884d236d9f3e47ec363b16355c9f.tar.bz2
gsoc2013-evolution-9d380670b832884d236d9f3e47ec363b16355c9f.tar.lz
gsoc2013-evolution-9d380670b832884d236d9f3e47ec363b16355c9f.tar.xz
gsoc2013-evolution-9d380670b832884d236d9f3e47ec363b16355c9f.tar.zst
gsoc2013-evolution-9d380670b832884d236d9f3e47ec363b16355c9f.zip
** Fixes bug #329696 String change to make it more clear.
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. svn path=/trunk/; revision=32888
-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;