From 67899e48828efa4276e1f2209495c7191db798c3 Mon Sep 17 00:00:00 2001 From: Martyn Russell Date: Thu, 25 Mar 2004 06:25:26 +0000 Subject: Removed newline character from the provider description 2004-03-25 Martyn Russell * providers/smtp/camel-smtp-provider.c: Removed newline character from the provider description svn path=/trunk/; revision=25182 --- camel/ChangeLog | 5 +++++ camel/providers/smtp/camel-smtp-provider.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 2fc2b47c23..5842284aca 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2004-03-25 Martyn Russell + + * providers/smtp/camel-smtp-provider.c: Removed newline character + from the provider description + 2004-03-25 Sivaiah Nallagatla * providers/groupwise/camel-groupwise-provider.c : removed diff --git a/camel/providers/smtp/camel-smtp-provider.c b/camel/providers/smtp/camel-smtp-provider.c index 8658fb4e62..e9eff37a9d 100644 --- a/camel/providers/smtp/camel-smtp-provider.c +++ b/camel/providers/smtp/camel-smtp-provider.c @@ -37,7 +37,7 @@ static CamelProvider smtp_provider = { N_("SMTP"), N_("For delivering mail by connecting to a remote mailhub " - "using SMTP.\n"), + "using SMTP."), "mail", -- cgit v1.2.3