[evolution] Fix wording in two strings



commit f177221c7c05e6dc3dc75d08b6558942f1e8757e
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Wed Apr 18 21:23:00 2012 +0200

    Fix wording in two strings

 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 158a264..c996362 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"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]