aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp/camel-smtp-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/smtp/camel-smtp-transport.c')
-rw-r--r--camel/providers/smtp/camel-smtp-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c
index be5e1be9c0..c7a3a4ab69 100644
--- a/camel/providers/smtp/camel-smtp-transport.c
+++ b/camel/providers/smtp/camel-smtp-transport.c
@@ -511,7 +511,7 @@ smtp_connect (CamelService *service, CamelException *ex)
if (!service->url->passwd) {
char *prompt;
- prompt = g_strdup_printf (_("%sPlease enter the SMTP password for %s@%s"),
+ prompt = g_strdup_printf (_("%sPlease enter the SMTP password for %s on host %s"),
errbuf ? errbuf : "", service->url->user,
service->url->host);