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.h | |
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.h')
-rw-r--r-- | composer/mail-composer-errors.xml.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/mail-composer-errors.xml.h b/composer/mail-composer-errors.xml.h index 59f3980b48..30f0005258 100644 --- a/composer/mail-composer-errors.xml.h +++ b/composer/mail-composer-errors.xml.h @@ -30,8 +30,8 @@ char *s = N_("Warning: Modified Message"); char *s = N_("Are you sure you want to discard the message, titled '{0}', you are composing?"); /* mail-composer:exit-unsaved secondary */ char *s = N_("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."); -char *s = N_("Discard Changes"); -char *s = N_("Save Message"); +char *s = N_("_Discard Changes"); +char *s = N_("_Save Message"); /* mail-composer:no-build-message primary */ char *s = N_("Could not create message."); /* mail-composer:no-build-message secondary */ |