diff options
author | Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> | 2006-03-26 01:09:58 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-03-26 01:09:58 +0800 |
commit | 923cb4043ed050016a2a0cf015df181f8c9857a9 (patch) | |
tree | e39ac9ed0e461ddbc329ef084f7e8aa5256579d1 | |
parent | 6dfcb8607bfbafa7882bcc4583653895221143c3 (diff) | |
download | gsoc2013-evolution-923cb4043ed050016a2a0cf015df181f8c9857a9.tar.gz gsoc2013-evolution-923cb4043ed050016a2a0cf015df181f8c9857a9.tar.zst gsoc2013-evolution-923cb4043ed050016a2a0cf015df181f8c9857a9.zip |
**Fixes #329585 *mail-config.glade: Changed Remove button to Delete button
2006-03-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
**Fixes #329585
*mail-config.glade: Changed Remove button to Delete button
*mail.error.xml: Changed current Layout DELETE [Do not delete]
to [Do not delete] DELETE
svn path=/trunk/; revision=31744
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/mail-config.glade | 2 | ||||
-rw-r--r-- | mail/mail.error.xml | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 22d3f92355..1408b78489 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2006-03-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> + + **Fixes #329585 + *mail-config.glade: Changed Remove button to Delete button + *mail.error.xml: Changed current Layout DELETE [Do not delete] + to [Do not delete] DELETE + 2006-03-22 Patrick Ohly <patrick.ohly@intel.com> * em-utils.c (em_utils_selection_set_urilist): diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 62efca2156..cd90f77df5 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -4479,7 +4479,7 @@ For example: "Work" or "Personal"</property> <property name="sensitive">False</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label">gtk-remove</property> + <property name="label">gtk-delete</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> diff --git a/mail/mail.error.xml b/mail/mail.error.xml index c6bb731886..59d0e13b27 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -245,8 +245,8 @@ The message is stored in the Outbox folder. Check the message for errors and res <_title>Delete account?</_title> <_primary>Are you sure you want to delete this account?</_primary> <_secondary xml:space="preserve">If you proceed, the account information will be deleted permanently.</_secondary> - <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> <button stock="gtk-no" _label="Do not delete" response="GTK_RESPONSE_NO"/> + <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO" modal="true"> |