* get the translation string from the right catalog; fixes NB#83942
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 9 Apr 2008 14:10:42 +0000 (14:10 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 9 Apr 2008 14:10:42 +0000 (14:10 +0000)
pmo-trunk-r4389

src/modest-tny-account-store.c

index 2f5ebbe..d028b93 100644 (file)
@@ -685,7 +685,7 @@ get_password (TnyAccount *account, const gchar * prompt_not_used, gboolean *canc
                                                                                             server_account_name);
                        /* If the login has ever succeeded then show a specific message */
                        if (username_known)
-                               msg = _("ecdg_ib_set_password_incorrect");
+                               msg = dgettext ("hildon-common-strings", "ecdg_ib_set_password_incorrect");
                        else
                                msg = _("mcen_ib_username_pw_incorrect");
                        show_password_warning_only (msg);