diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2012-04-19 03:23:00 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@gnome.org> | 2012-04-19 03:23:00 +0800 |
commit | f177221c7c05e6dc3dc75d08b6558942f1e8757e (patch) | |
tree | 36de30dab7058adfa0dfa17c72e1726100708b67 /mail | |
parent | c6a669bd773916b909ac4f6135e445aa1c68e3d6 (diff) | |
download | gsoc2013-evolution-f177221c7c05e6dc3dc75d08b6558942f1e8757e.tar.gz gsoc2013-evolution-f177221c7c05e6dc3dc75d08b6558942f1e8757e.tar.zst gsoc2013-evolution-f177221c7c05e6dc3dc75d08b6558942f1e8757e.zip |
Fix wording in two strings
Diffstat (limited to 'mail')
-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 158a26440b..c996362a22 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -428,7 +428,7 @@ An mbox account will be created to preserve the old mbox folders. You can delete <error id="ask-folder-drop-copy" type="question" default="GTK_RESPONSE_YES"> <_primary>Copy folder in folder tree.</_primary> - <_secondary xml:space="preserve">Are you sure to copy folder '{0}' to folder '{1}'?</_secondary> + <_secondary xml:space="preserve">Are you sure you want to copy folder '{0}' to folder '{1}'?</_secondary> <button _label="_Yes" response="GTK_RESPONSE_YES"/> <button _label="_No" response="GTK_RESPONSE_NO"/> <button _label="_Always" response="GTK_RESPONSE_OK"/> @@ -437,7 +437,7 @@ An mbox account will be created to preserve the old mbox folders. You can delete <error id="ask-folder-drop-move" type="question" default="GTK_RESPONSE_YES"> <_primary>Move folder in folder tree.</_primary> - <_secondary xml:space="preserve">Are you sure to move folder '{0}' to folder '{1}'?</_secondary> + <_secondary xml:space="preserve">Are you sure you want to to move folder '{0}' to folder '{1}'?</_secondary> <button _label="_Yes" response="GTK_RESPONSE_YES"/> <button _label="_No" response="GTK_RESPONSE_NO"/> <button _label="_Always" response="GTK_RESPONSE_OK"/> |