[evolution] EMailAccountManager: Rename "Restore Default" button.



commit 6387b1dae3a98ea8747e10e012dfd7a6cecb34e8
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Nov 8 07:49:35 2013 -0500

    EMailAccountManager: Rename "Restore Default" button.
    
    Rename it to "Reset Order".  A little less confusing, I think,
    since there's also a "Default" button to set the default account.

 mail/e-mail-account-manager.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/mail/e-mail-account-manager.c b/mail/e-mail-account-manager.c
index ef99cf1..b1c7731 100644
--- a/mail/e-mail-account-manager.c
+++ b/mail/e-mail-account-manager.c
@@ -686,8 +686,7 @@ mail_account_manager_constructed (GObject *object)
        gtk_info_bar_set_message_type (
                GTK_INFO_BAR (widget), GTK_MESSAGE_INFO);
        gtk_info_bar_add_button (
-               GTK_INFO_BAR (widget),
-               _("_Restore Default"),
+               GTK_INFO_BAR (widget), _("_Reset Order"),
                DEFAULT_ORDER_RESPONSE);
        gtk_container_add (GTK_CONTAINER (container), widget);
        gtk_widget_show (widget);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]