diff options
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/smtp/camel-smtp-provider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/smtp/camel-smtp-provider.c b/camel/providers/smtp/camel-smtp-provider.c index 6d94536937..83fb54bc8e 100644 --- a/camel/providers/smtp/camel-smtp-provider.c +++ b/camel/providers/smtp/camel-smtp-provider.c @@ -31,10 +31,10 @@ static CamelProvider smtp_provider = { "smtp", - "SMTP", + N_("SMTP"), N_("For delivering mail by connecting to a remote mailhub " - "using SMTP."), + "using SMTP.\n"), "mail", |