aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-11 05:28:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-11 05:28:28 +0800
commit42ad657dfd6c6095895eb2e631c1ab65322fb905 (patch)
tree825d32dadd01229c6a384b3e3a8575618bbaf5e1
parent18121f04a251a5a179fbec0dc76856299c636198 (diff)
downloadgsoc2013-evolution-42ad657dfd6c6095895eb2e631c1ab65322fb905.tar
gsoc2013-evolution-42ad657dfd6c6095895eb2e631c1ab65322fb905.tar.gz
gsoc2013-evolution-42ad657dfd6c6095895eb2e631c1ab65322fb905.tar.bz2
gsoc2013-evolution-42ad657dfd6c6095895eb2e631c1ab65322fb905.tar.lz
gsoc2013-evolution-42ad657dfd6c6095895eb2e631c1ab65322fb905.tar.xz
gsoc2013-evolution-42ad657dfd6c6095895eb2e631c1ab65322fb905.tar.zst
gsoc2013-evolution-42ad657dfd6c6095895eb2e631c1ab65322fb905.zip
Changed the descriptions for mh, mbox, and maildir to be more
2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> * providers/local/camel-local-provider.c: Changed the descriptions for mh, mbox, and maildir to be more "user-friendly". svn path=/trunk/; revision=7373
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/providers/local/camel-local-provider.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 607d95e753..351d917b37 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-10 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * providers/local/camel-local-provider.c: Changed the descriptions
+ for mh, mbox, and maildir to be more "user-friendly".
+
2001-01-10 Dan Winship <danw@helixcode.com>
* providers/imap/camel-imap-types.h: New header to prevent
diff --git a/camel/providers/local/camel-local-provider.c b/camel/providers/local/camel-local-provider.c
index ccf7aa58df..77960a1b4a 100644
--- a/camel/providers/local/camel-local-provider.c
+++ b/camel/providers/local/camel-local-provider.c
@@ -33,7 +33,7 @@
static CamelProvider mh_provider = {
"mh",
- N_("UNIX MH-format mail directories (CamelLocal version)"),
+ N_("MH-format mail directories"),
N_("For storing local mail in MH-like mail directories"),
"mail",
CAMEL_PROVIDER_IS_STORAGE,
@@ -44,7 +44,7 @@ static CamelProvider mh_provider = {
static CamelProvider mbox_provider = {
"mbox",
- N_("UNIX mbox-format mail files (CamelLocal version)"),
+ N_("Standard Unix mailbox file"),
N_("For storing local mail in standard mbox format"),
"mail",
CAMEL_PROVIDER_IS_SOURCE | CAMEL_PROVIDER_IS_STORAGE,
@@ -55,7 +55,7 @@ static CamelProvider mbox_provider = {
static CamelProvider maildir_provider = {
"maildir",
- N_("UNIX qmail maildir-format mail files (CamelLocal version)"),
+ N_("Qmail maildir-format mail files"),
N_("For storing local mail in qmail maildir directories"),
"mail",
CAMEL_PROVIDER_IS_SOURCE | CAMEL_PROVIDER_IS_STORAGE,