diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-01 20:13:40 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-01 20:13:40 +0800 |
commit | 3f2e506802009ee3a0a6d3818e018884eb7ef91d (patch) | |
tree | 90bf612e0e7f11a17bb1df26cb1a7f6313fd9cf8 /calendar | |
parent | e9ab64e52cb5ff63c478020635dcc1fc13724b67 (diff) | |
download | gsoc2013-evolution-3f2e506802009ee3a0a6d3818e018884eb7ef91d.tar.gz gsoc2013-evolution-3f2e506802009ee3a0a6d3818e018884eb7ef91d.tar.zst gsoc2013-evolution-3f2e506802009ee3a0a6d3818e018884eb7ef91d.zip |
s/don't/do not/ string changes. Fixes #325276.
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* s/don't/do not/ string changes. Fixes #325276.
svn path=/trunk/; revision=31001
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/calendar.error.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index ab9b944452..4f0721492f 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -3,8 +3,8 @@ <error id="prompt-cancel-meeting" type="question" defult="GTK_RESPONSE_YES"> <_primary>Would you like to send all the participants a cancellation notice?</_primary> - <_secondary>If you don't send a cancellation notice, the other participants may not know the meeting is cancelled.</_secondary> - <button _label="Don't Send" response="GTK_RESPONSE_NO"/> + <_secondary>If you do not send a cancellation notice, the other participants may not know the meeting is cancelled.</_secondary> + <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send Notice" response="GTK_RESPONSE_YES"/> </error> @@ -17,8 +17,8 @@ <error id="prompt-cancel-task" type="question" defult="GTK_RESPONSE_YES"> <_primary>Would you like to send all the participants a cancellation notice?</_primary> - <_secondary>If you don't send a cancellation notice, the other participants may not know the task has been deleted.</_secondary> - <button _label="Don't Send" response="GTK_RESPONSE_NO"/> + <_secondary>If you do not send a cancellation notice, the other participants may not know the task has been deleted.</_secondary> + <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send Notice" response="GTK_RESPONSE_YES"/> </error> @@ -31,8 +31,8 @@ <error id="prompt-cancel-journal" type="question" defult="GTK_RESPONSE_YES"> <_primary>Would you like to send a cancellation notice for this journal entry?</_primary> - <_secondary>If you don't send a cancellation notice, the other participants may not know the journal has been deleted.</_secondary> - <button _label="Don't Send" response="GTK_RESPONSE_NO"/> + <_secondary>If you do not send a cancellation notice, the other participants may not know the journal has been deleted.</_secondary> + <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send Notice" response="GTK_RESPONSE_YES"/> </error> @@ -127,21 +127,21 @@ <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> - <button _label="Don't Send" response="GTK_RESPONSE_NO"/> + <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-send-updated-meeting-info" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send updated meeting information to participants?</_primary> <_secondary>Sending updated information allows other participants to keep their calendars up to date.</_secondary> - <button _label="Don't Send" response="GTK_RESPONSE_NO"/> + <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-send-task" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send this task to participants?</_primary> <_secondary>Email invitations will be sent to all participants and allow them to accept this task.</_secondary> - <button _label="Don't Send" response="GTK_RESPONSE_NO"/> + <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send" response="GTK_RESPONSE_YES"/> </error> @@ -162,7 +162,7 @@ <error id="prompt-send-updated-task-info" type="question" default="GTK_RESPONSE_YES"> <_primary>Would you like to send updated task information to participants?</_primary> <_secondary>Sending updated information allows other participants to keep their task lists up to date.</_secondary> - <button _label="Don't Send" response="GTK_RESPONSE_NO"/> + <button _label="Do not Send" response="GTK_RESPONSE_NO"/> <button _label="Send" response="GTK_RESPONSE_YES"/> </error> |