diff options
author | Alex Kloss <alexkloss@att.net> | 2007-12-08 02:39:06 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-12-08 02:39:06 +0800 |
commit | 0393621697fb8e1b58b768978e3963793d413a17 (patch) | |
tree | 1df5010e979a7440160f010ed2fd0a3268ec241b /mail/mail.error.xml | |
parent | 9fe2bb92d11a4eec1dcfcd1a585dc095ced1672e (diff) | |
download | gsoc2013-evolution-0393621697fb8e1b58b768978e3963793d413a17.tar.gz gsoc2013-evolution-0393621697fb8e1b58b768978e3963793d413a17.tar.zst gsoc2013-evolution-0393621697fb8e1b58b768978e3963793d413a17.zip |
** Fix for bug #329706
2007-12-07 Alex Kloss <alexkloss@att.net>
** Fix for bug #329706
* em-utils.c (em_utils_prompt_user):
Add mnemonic 'd' to 'Do not show...' checkbox
* mail.error.xml:
Remove redundant 'Send anyway' label
Reorder buttons to 'Send','Cancel' as per HIG
svn path=/trunk/; revision=34668
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 6ad9863f8e..f28f466c8d 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -14,10 +14,9 @@ <error id="ask-send-html" type="question" default="GTK_RESPONSE_YES"> <_primary>Are you sure you want to send a message in HTML format?</_primary> <_secondary xml:space="preserve">Please make sure the following recipients are willing and able to receive HTML email: -{0} -Send anyway?</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> +{0}</_secondary> <button _label="_Send" response="GTK_RESPONSE_YES"/> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> </error> <error id="ask-send-no-subject" type="question" default="GTK_RESPONSE_YES"> |