diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 3 | ||||
-rw-r--r-- | calendar/calendar.error.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index bffbc63c30..059c2c1896 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,6 @@ +2005-01-06 Andre Klapper <a9016009@gmx.de> + * calendar.error.xml: changed "RSVP" to "reply". Fixes bug 261071. + 2006-01-06 Simon Zheng <simon.zheng@sun.com> * gui/itip-utils.h: use libedataserver/e-account-list.h instead diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 4f0721492f..c7bd8f973a 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -126,7 +126,7 @@ <error id="prompt-meeting-invite" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send meeting invitations to participants?</_primary> - <_secondary>Email invitations will be sent to all participants and allow them to RSVP.</_secondary> + <_secondary>Email invitations will be sent to all participants and allow them to reply.</_secondary> <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send" response="GTK_RESPONSE_YES"/> </error> |