aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/providers/smtp/camel-smtp-provider.c2
2 files changed, 6 insertions, 1 deletions
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 <ginxd@btopenworld.com>
+
+ * providers/smtp/camel-smtp-provider.c: Removed newline character
+ from the provider description
+
2004-03-25 Sivaiah Nallagatla <snallagatla@novell.com>
* 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",