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/providers | |
parent | 8630605ee31e4ce214d82b8fef8455314c63c5f3 (diff) | |
download | gsoc2013-evolution-67899e48828efa4276e1f2209495c7191db798c3.tar gsoc2013-evolution-67899e48828efa4276e1f2209495c7191db798c3.tar.gz gsoc2013-evolution-67899e48828efa4276e1f2209495c7191db798c3.tar.bz2 gsoc2013-evolution-67899e48828efa4276e1f2209495c7191db798c3.tar.lz gsoc2013-evolution-67899e48828efa4276e1f2209495c7191db798c3.tar.xz 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/providers')
-rw-r--r-- | camel/providers/smtp/camel-smtp-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |