diff options
author | Shreyas Srinivasan <sshreyas@novell.com> | 2005-12-12 19:27:10 +0800 |
---|---|---|
committer | Shreyas Srinivasan <shres@src.gnome.org> | 2005-12-12 19:27:10 +0800 |
commit | 2500e7382f99d3f95f683662f214b337b3e960d2 (patch) | |
tree | 03c6fc17fb846d8522e0ef03765c8ff9ce11d39c | |
parent | 0bf183b70276a6d7028d068741a66dafd21157ff (diff) | |
download | gsoc2013-evolution-2500e7382f99d3f95f683662f214b337b3e960d2.tar.gz gsoc2013-evolution-2500e7382f99d3f95f683662f214b337b3e960d2.tar.zst gsoc2013-evolution-2500e7382f99d3f95f683662f214b337b3e960d2.zip |
Fix #47857
2005-12-12 Shreyas Srinivasan <sshreyas@novell.com>
* mail.error.xml: Fix #47857
svn path=/trunk/; revision=30756
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail.error.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6b7a143e2b..0eafdc1824 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2005-12-12 Shreyas Srinivasan <sshreyas@novell.com> + + * mail.error.xml: Fix #47857 + 2005-12-05 Shi Pu <shi.pu@sun.com> See bug ** 323253 diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 6c3aae2cde..b6caa0ea70 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -269,7 +269,7 @@ all proxy information will be deleted permanently.</_secondary> </error> <error id="ask-signature-changed" type="question" default="GTK_RESPONSE_YES"> - <_title>Discard changed?</_title> + <_title>Discard changes?</_title> <_primary>Do you wish to save your changes?</_primary> <_secondary xml:space="preserve">This signature has been changed, but has not been saved.</_secondary> <button _label="_Discard changes" response="GTK_RESPONSE_NO"/> |