aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-01-19 17:16:54 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-01-19 17:16:54 +0800
commitd0a44e5ff97895f4561d9476217e2222e54a7985 (patch)
tree2325cf3fd61be31b6aae4d172addf127e5b383a8 /camel/providers/smtp
parentdbcf4108b52daa37ecf929c6d2f047e475919a34 (diff)
downloadgsoc2013-evolution-d0a44e5ff97895f4561d9476217e2222e54a7985.tar
gsoc2013-evolution-d0a44e5ff97895f4561d9476217e2222e54a7985.tar.gz
gsoc2013-evolution-d0a44e5ff97895f4561d9476217e2222e54a7985.tar.bz2
gsoc2013-evolution-d0a44e5ff97895f4561d9476217e2222e54a7985.tar.lz
gsoc2013-evolution-d0a44e5ff97895f4561d9476217e2222e54a7985.tar.xz
gsoc2013-evolution-d0a44e5ff97895f4561d9476217e2222e54a7985.tar.zst
gsoc2013-evolution-d0a44e5ff97895f4561d9476217e2222e54a7985.zip
Mark strings for translation.
2001-01-19 Kjartan Maraas <kmaraas@gnome.org> * providers/smtp/camel-smtp-provider.c: Mark strings for translation. svn path=/trunk/; revision=7643
Diffstat (limited to 'camel/providers/smtp')
-rw-r--r--camel/providers/smtp/camel-smtp-provider.c4
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",