From: Sergio Villar Senin Date: Thu, 13 Mar 2008 09:36:14 +0000 (+0000) Subject: * Fixes NB#82493, show proper translation string for secure auth methods X-Git-Tag: git_migration_finished~1565 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=866d693d2e6ac53263c71d797742510e6b5dcdcf;ds=sidebyside * Fixes NB#82493, show proper translation string for secure auth methods pmo-trunk-r4303 --- 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)