* Fixes NB#82493, show proper translation string for secure auth methods
authorSergio Villar Senin <svillar@igalia.com>
Thu, 13 Mar 2008 09:36:14 +0000 (09:36 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 13 Mar 2008 09:36:14 +0000 (09:36 +0000)
pmo-trunk-r4303

src/maemo/easysetup/modest-easysetup-wizard-dialog.c

index 5ffca3b..4b5e02f 100644 (file)
@@ -269,7 +269,7 @@ check_for_supported_auth_methods (ModestEasysetupWizardDialog* self)
        if(error == NULL || error->domain != modest_utils_get_supported_secure_authentication_error_quark() ||
                        error->code != MODEST_UTILS_GET_SUPPORTED_SECURE_AUTHENTICATION_ERROR_CANCELED)
        {
-               show_error (GTK_WIDGET(self), _("Could not discover supported secure authentication methods."));
+               show_error (GTK_WIDGET(self), _("mcen_ib_unableto_discover_auth_methods"));
        }
 
        if(error != NULL)