aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-09-01 09:58:08 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-09-01 09:58:08 +0800
commitb529ceb8fe7886c93633295097ab36500d4e8ba1 (patch)
treedfc687ca7efdff590258c0edcbab6f05bd0976c3 /calendar
parent3ca5273c1d48f9b0856bfffc06df0ed4da84173c (diff)
downloadgsoc2013-evolution-b529ceb8fe7886c93633295097ab36500d4e8ba1.tar
gsoc2013-evolution-b529ceb8fe7886c93633295097ab36500d4e8ba1.tar.gz
gsoc2013-evolution-b529ceb8fe7886c93633295097ab36500d4e8ba1.tar.bz2
gsoc2013-evolution-b529ceb8fe7886c93633295097ab36500d4e8ba1.tar.lz
gsoc2013-evolution-b529ceb8fe7886c93633295097ab36500d4e8ba1.tar.xz
gsoc2013-evolution-b529ceb8fe7886c93633295097ab36500d4e8ba1.tar.zst
gsoc2013-evolution-b529ceb8fe7886c93633295097ab36500d4e8ba1.zip
changed 3 occurrences of 'Replyed' to 'replied'
2001-08-31 Damon Chaplin <damon@ximian.com> * gui/e-itip-control.c: changed 3 occurrences of 'Replyed' to 'replied' svn path=/trunk/; revision=12552
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/e-itip-control.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c4d686225c..f05cb7d0a4 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-31 Damon Chaplin <damon@ximian.com>
+
+ * gui/e-itip-control.c: changed 3 occurrences of 'Replyed' to 'replied'
+
2001-08-31 Zbigniew Chyla <cyba@gnome.pl>
* gui/e-itip-control.c (write_html):
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c
index 5fd9f9a6e1..88745ff654 100644
--- a/calendar/gui/e-itip-control.c
+++ b/calendar/gui/e-itip-control.c
@@ -634,7 +634,7 @@ show_current_event (EItipControl *itip)
options = PUBLISH_OPTIONS;
break;
case ICAL_METHOD_REPLY:
- itip_desc = _("<b>%s</b> has replyed to a meeting request.");
+ itip_desc = _("<b>%s</b> has replied to a meeting request.");
itip_title = _("Meeting Reply");
options = REPLY_OPTIONS;
break;
@@ -682,7 +682,7 @@ show_current_todo (EItipControl *itip)
options = PUBLISH_OPTIONS;
break;
case ICAL_METHOD_REPLY:
- itip_desc = _("<b>%s</b> has replyed to a task assignment.");
+ itip_desc = _("<b>%s</b> has replied to a task assignment.");
itip_title = _("Task Reply");
options = REPLY_OPTIONS;
break;
@@ -720,7 +720,7 @@ show_current_freebusy (EItipControl *itip)
options = REQUEST_FB_OPTIONS;
break;
case ICAL_METHOD_REPLY:
- itip_desc = _("<b>%s</b> has replyed to a free/busy request.");
+ itip_desc = _("<b>%s</b> has replied to a free/busy request.");
itip_title = _("Free/Busy Reply");
options = NULL;
break;