From 9d380670b832884d236d9f3e47ec363b16355c9f Mon Sep 17 00:00:00 2001 From: Ushveen Kaur Date: Mon, 16 Oct 2006 13:11:59 +0000 Subject: ** Fixes bug #329696 String change to make it more clear. 2006-10-16 Ushveen Kaur ** 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 --- calendar/ChangeLog | 6 ++++++ calendar/gui/e-itip-control.c | 4 ++-- 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 + + ** 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 * 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 = _("%s wishes to add to an existing meeting."); + itip_desc = _("%s 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 = _("%s wishes to add to an existing task."); + itip_desc = _("%s wishes to be added to an existing task."); itip_title = _("Task Update"); options = get_publish_options (); break; -- cgit v1.2.3