aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-09-09 08:04:20 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-09-09 08:04:20 +0800
commitb3a60f734a9876a8afd0f5293e6653608e19ace6 (patch)
treec7a5143359acc1997630836da74dca6e35bcbb8b /composer
parent2fef5148bdbd2dc69682673a83659415f6ced6e3 (diff)
downloadgsoc2013-evolution-b3a60f734a9876a8afd0f5293e6653608e19ace6.tar
gsoc2013-evolution-b3a60f734a9876a8afd0f5293e6653608e19ace6.tar.gz
gsoc2013-evolution-b3a60f734a9876a8afd0f5293e6653608e19ace6.tar.bz2
gsoc2013-evolution-b3a60f734a9876a8afd0f5293e6653608e19ace6.tar.lz
gsoc2013-evolution-b3a60f734a9876a8afd0f5293e6653608e19ace6.tar.xz
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')
-rw-r--r--composer/ChangeLog7
-rw-r--r--composer/mail-composer-errors.xml4
-rw-r--r--composer/mail-composer-errors.xml.h4
3 files changed, 11 insertions, 4 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 0de7f29bb7..fcc4b95045 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-08 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #64454.
+
+ * mail-composer-errors.xml: add accelerators to modified message
+ dialogue.
+
2004-08-13 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (e_msg_composer_show_sig_file): set paragraph
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">
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 */