diff options
author | Martyn Russell <ginxd@btopenworld.com> | 2004-03-25 14:25:26 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-03-25 14:25:26 +0800 |
commit | 67899e48828efa4276e1f2209495c7191db798c3 (patch) | |
tree | 9d386e2c94f583cae5bef86ebc9d1d81e7f4386f /camel | |
parent | 8630605ee31e4ce214d82b8fef8455314c63c5f3 (diff) | |
download | gsoc2013-evolution-67899e48828efa4276e1f2209495c7191db798c3.tar.gz gsoc2013-evolution-67899e48828efa4276e1f2209495c7191db798c3.tar.zst gsoc2013-evolution-67899e48828efa4276e1f2209495c7191db798c3.zip |
Removed newline character from the provider description
2004-03-25 Martyn Russell <ginxd@btopenworld.com>
* providers/smtp/camel-smtp-provider.c: Removed newline character
from the provider description
svn path=/trunk/; revision=25182
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 5 | ||||
-rw-r--r-- | camel/providers/smtp/camel-smtp-provider.c | 2 |
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", |