X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account-store.c;fp=src%2Fmodest-tny-account-store.c;h=d462461fff12e73377068aa8ebc5960495e814b5;hp=31373f58db819d7358693111e972e936cd514269;hb=0d2a5000505e556cf6ba3e2cda699d9610a80782;hpb=e8800d9f36d0a4201cb5a74d88d5a48ca22bb641 diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 31373f5..d462461 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -640,7 +640,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 = _CS ("ecdg_ib_set_password_incorrect"); + msg = _CS_SET_PASSWORD_INCORRECT; else msg = _("mcen_ib_username_pw_incorrect"); if (modest_window_mgr_get_num_windows (modest_runtime_get_window_mgr ()))