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.
This commit is contained in:
Matthew Barnes
2013-11-08 07:49:35 -05:00
parent 5b70c20382
commit 6387b1dae3

View File

@ -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);