diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-29 04:09:42 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-29 04:09:42 +0800 |
commit | 1e9e4c8e6c75f8e140e0cbc15747b7b6ff74b107 (patch) | |
tree | 390784315ab62d8bbc5f42ab1f511075ee799509 /mail/mail.error.xml | |
parent | 03fd0adf1d9feb9051e467ae1bda6ad6305e232c (diff) | |
download | gsoc2013-evolution-1e9e4c8e6c75f8e140e0cbc15747b7b6ff74b107.tar.gz gsoc2013-evolution-1e9e4c8e6c75f8e140e0cbc15747b7b6ff74b107.tar.zst gsoc2013-evolution-1e9e4c8e6c75f8e140e0cbc15747b7b6ff74b107.zip |
** Fix for bug #453544 from hggdh
svn path=/trunk/; revision=33874
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index d8c457b184..d62e8f694f 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -362,10 +362,10 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="ask-mark-read" type="question" default="GTK_RESPONSE_NO"> <_title>Mark all messages as read</_title> - <_primary>Mark all messages in subfolders as read?</_primary> - <_secondary xml:space="preserve">Do you want the operation to be performed in the subfolders?</_secondary> - <button stock="gtk-no" _label="_Do not Mark as Read" response="GTK_RESPONSE_NO"/> - <button stock="gtk-yes" _label="Mark as _Read" response="GTK_RESPONSE_YES"/> + <_primary>Mark all messages in this folder and subfolders as read?</_primary> + <_secondary xml:space="preserve">Do you want the operation to be performed also in the subfolders?</_secondary> + <button stock="gtk-no" _label="Only on _Current Folder" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" _label="on Current Folder and _Subfolders" response="GTK_RESPONSE_YES"/> </error> <error id="ask-quick-offline" type="question" default="GTK_RESPONSE_NO"> |