diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-09 08:04:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-09 08:04:20 +0800 |
commit | b3a60f734a9876a8afd0f5293e6653608e19ace6 (patch) | |
tree | c7a5143359acc1997630836da74dca6e35bcbb8b /composer/mail-composer-errors.xml | |
parent | 2fef5148bdbd2dc69682673a83659415f6ced6e3 (diff) | |
download | gsoc2013-evolution-b3a60f734a9876a8afd0f5293e6653608e19ace6.tar.gz gsoc2013-evolution-b3a60f734a9876a8afd0f5293e6653608e19ace6.tar.zst gsoc2013-evolution-b3a60f734a9876a8afd0f5293e6653608e19ace6.zip |
** See bug #64454.
2004-09-08 Not Zed <NotZed@Ximian.com>
** See bug #64454.
* mail-composer-errors.xml: add accelerators to modified message
dialogue.
svn path=/trunk/; revision=27190
Diffstat (limited to 'composer/mail-composer-errors.xml')
-rw-r--r-- | composer/mail-composer-errors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/mail-composer-errors.xml b/composer/mail-composer-errors.xml index a5e7fce8f7..1a52225ca3 100644 --- a/composer/mail-composer-errors.xml +++ b/composer/mail-composer-errors.xml @@ -37,9 +37,9 @@ <title>Warning: Modified Message</title> <primary>Are you sure you want to discard the message, titled '{0}', you are composing?</primary> <secondary>Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.</secondary> - <button label="Discard Changes" response="GTK_RESPONSE_NO"/> + <button label="_Discard Changes" response="GTK_RESPONSE_NO"/> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> - <button label="Save Message" response="GTK_RESPONSE_YES"/> + <button label="_Save Message" response="GTK_RESPONSE_YES"/> </error> <error id="no-build-message" type="error" modal="true"> |