diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-01 20:21:38 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-01 20:21:38 +0800 |
commit | 66d997c1605b80c67344a2973a17f6a4650181c9 (patch) | |
tree | 11e9ec0315992702a519ac7f9dbbb11756ce6b4b /mail/mail.error.xml | |
parent | 3f2e506802009ee3a0a6d3818e018884eb7ef91d (diff) | |
download | gsoc2013-evolution-66d997c1605b80c67344a2973a17f6a4650181c9.tar.gz gsoc2013-evolution-66d997c1605b80c67344a2973a17f6a4650181c9.tar.zst gsoc2013-evolution-66d997c1605b80c67344a2973a17f6a4650181c9.zip |
s/don't/do not/ string changes. Fixes #325276.
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* em-utils.c (em_utils_prompt_user), mail-config.glade, mail.error.xml :
s/don't/do not/ string changes. Fixes #325276.
svn path=/trunk/; revision=31002
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 8a86132dd1..98feead1ec 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -246,7 +246,7 @@ The message is stored in the Outbox folder. Check the message for errors and re <_primary>Are you sure you want to delete this account?</_primary> <_secondary xml:space="preserve">If you proceed, the account information will be deleted permanently.</_secondary> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> - <button stock="gtk-no" _label="Don't delete" response="GTK_RESPONSE_NO"/> + <button stock="gtk-no" _label="Do not delete" response="GTK_RESPONSE_NO"/> </error> <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO" modal="true"> @@ -255,7 +255,7 @@ The message is stored in the Outbox folder. Check the message for errors and re <_secondary xml:space="preserve">If you proceed, the account information and all proxy information will be deleted permanently.</_secondary> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> - <button stock="gtk-no" _label="Don't delete" response="GTK_RESPONSE_NO"/> + <button stock="gtk-no" _label="Do not delete" response="GTK_RESPONSE_NO"/> </error> <error id="no-save-signature" type="error"> |