From 866d693d2e6ac53263c71d797742510e6b5dcdcf Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 13 Mar 2008 09:36:14 +0000 Subject: [PATCH 1/1] * Fixes NB#82493, show proper translation string for secure auth methods pmo-trunk-r4303 --- .../easysetup/modest-easysetup-wizard-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maemo/easysetup/modest-easysetup-wizard-dialog.c b/src/maemo/easysetup/modest-easysetup-wizard-dialog.c index 5ffca3b..4b5e02f 100644 --- a/src/maemo/easysetup/modest-easysetup-wizard-dialog.c +++ b/src/maemo/easysetup/modest-easysetup-wizard-dialog.c @@ -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) -- 1.7.9.5