From 7bbdd063b06f67912cad510a15dcef5555170c81 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 13 Mar 2008 10:22:14 +0000 Subject: [PATCH] * Fixes NB#82487, added logical id for the auth detection dialog pmo-trunk-r4305 --- src/modest-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-utils.c b/src/modest-utils.c index 86e5830..6f60b40 100644 --- a/src/modest-utils.c +++ b/src/modest-utils.c @@ -342,7 +342,7 @@ modest_utils_get_supported_secure_authentication_methods (ModestTransportStorePr info->error = NULL; info->progress = gtk_progress_bar_new(); /* TODO: Need logical_ID for the title: */ - info->dialog = gtk_dialog_new_with_buttons(_("Authentication"), + info->dialog = gtk_dialog_new_with_buttons(_("accountwizard_fi_authentication"), parent_window, GTK_DIALOG_MODAL, _("mcen_bd_dialog_cancel"), GTK_RESPONSE_REJECT, -- 1.7.9.5