* src/modest-utils.c:
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 18 Mar 2008 16:54:26 +0000 (16:54 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 18 Mar 2008 16:54:26 +0000 (16:54 +0000)
* The title of the checking authentications window is now an
  empty string to prevent showing untraslated strings
  (fixes NB#82740).

pmo-trunk-r4327

src/modest-utils.c

index 6f60b40..adbed9d 100644 (file)
@@ -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(_("accountwizard_fi_authentication"),
+       info->dialog = gtk_dialog_new_with_buttons(" ",
                                                   parent_window, GTK_DIALOG_MODAL,
                                                   _("mcen_bd_dialog_cancel"),
                                                   GTK_RESPONSE_REJECT,