diff options
author | Damon Chaplin <damon@ximian.com> | 2001-09-01 09:58:08 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-09-01 09:58:08 +0800 |
commit | b529ceb8fe7886c93633295097ab36500d4e8ba1 (patch) | |
tree | dfc687ca7efdff590258c0edcbab6f05bd0976c3 /calendar/gui | |
parent | 3ca5273c1d48f9b0856bfffc06df0ed4da84173c (diff) | |
download | gsoc2013-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/gui')
-rw-r--r-- | calendar/gui/e-itip-control.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; |