diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-01-06 21:51:21 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-06 21:51:21 +0800 |
commit | f458feda7c276a52aa2fbf5b2c37cbe052e4f7c6 (patch) | |
tree | 933fd5ff4a79fd2808ff9f1aecfedbca63248faf /calendar | |
parent | ee8b1a26d01041e9e7c7aac95c4e8de4caa89f47 (diff) | |
download | gsoc2013-evolution-f458feda7c276a52aa2fbf5b2c37cbe052e4f7c6.tar.gz gsoc2013-evolution-f458feda7c276a52aa2fbf5b2c37cbe052e4f7c6.tar.zst gsoc2013-evolution-f458feda7c276a52aa2fbf5b2c37cbe052e4f7c6.zip |
changed "RSVP" to "reply". Fixes bug 261071.
2005-01-06 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: changed "RSVP" to "reply". Fixes bug 261071.
svn path=/trunk/; revision=31085
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> |