* use mcen_ib_unableto_discover_auth_methods, fixes NB#83917
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 9 Apr 2008 13:11:04 +0000 (13:11 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 9 Apr 2008 13:11:04 +0000 (13:11 +0000)
pmo-trunk-r4388

src/maemo/modest-account-settings-dialog.c

index c9260c4..0d83c49 100644 (file)
@@ -1047,7 +1047,7 @@ check_data (ModestAccountSettingsDialog *self)
                                if(error == NULL || error->domain != modest_utils_get_supported_secure_authentication_error_quark() ||
                                                error->code != MODEST_UTILS_GET_SUPPORTED_SECURE_AUTHENTICATION_ERROR_CANCELED)
                                        hildon_banner_show_information(GTK_WIDGET (self), NULL, 
-                                                                      _("Could not discover supported secure authentication methods."));
+                                                                      _("mcen_ib_unableto_discover_auth_methods"));
 
                                if(error != NULL)
                                        g_error_free(error);