diff options
Diffstat (limited to 'camel/providers/pop3')
-rw-r--r-- | camel/providers/pop3/camel-pop3-store.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/providers/pop3/camel-pop3-store.c b/camel/providers/pop3/camel-pop3-store.c index 02e58dd98c..dd0dc33fa3 100644 --- a/camel/providers/pop3/camel-pop3-store.c +++ b/camel/providers/pop3/camel-pop3-store.c @@ -475,11 +475,11 @@ pop3_try_authenticate (CamelService *service, gboolean reprompt, const char *err if (!service->url->passwd) { char *prompt; guint32 flags = CAMEL_SESSION_PASSWORD_SECRET; - + if (reprompt) flags |= CAMEL_SESSION_PASSWORD_REPROMPT; - - prompt = g_strdup_printf (_("%sPlease enter the POP password for %s@%s"), + + prompt = g_strdup_printf (_("%sPlease enter the POP password for %s on host %s"), errmsg ? errmsg : "", service->url->user, service->url->host); |