diff options
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> |