aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-13 04:33:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-13 04:33:58 +0800
commita5fa60b9278df57584858e47ecbd78b28c0bb35d (patch)
tree538ef98af06c10b8c9cbc5a49b050b5a0dc38b38 /camel
parent1b9b476eac2173203e4b383883a3721662ab8f44 (diff)
downloadgsoc2013-evolution-a5fa60b9278df57584858e47ecbd78b28c0bb35d.tar
gsoc2013-evolution-a5fa60b9278df57584858e47ecbd78b28c0bb35d.tar.gz
gsoc2013-evolution-a5fa60b9278df57584858e47ecbd78b28c0bb35d.tar.bz2
gsoc2013-evolution-a5fa60b9278df57584858e47ecbd78b28c0bb35d.tar.lz
gsoc2013-evolution-a5fa60b9278df57584858e47ecbd78b28c0bb35d.tar.xz
gsoc2013-evolution-a5fa60b9278df57584858e47ecbd78b28c0bb35d.tar.zst
gsoc2013-evolution-a5fa60b9278df57584858e47ecbd78b28c0bb35d.zip
Rename the folder to "Trash" and i18nify it.
2001-03-12 Jeffrey Stedfast <fejj@ximian.com> * camel-store.c (init_trash): Rename the folder to "Trash" and i18nify it. svn path=/trunk/; revision=8646
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/camel-store.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d9dec56c7a..31bf3b213c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-store.c (init_trash): Rename the folder to "Trash" and
+ i18nify it.
+
2001-03-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-tcp-stream-ssl.h: Comment out everything unless HAVE_NSS
diff --git a/camel/camel-store.c b/camel/camel-store.c
index 0f7fd6fa2e..97f269fd40 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -379,7 +379,7 @@ init_trash (CamelStore *store)
{
char *name;
- name = g_strdup_printf ("%s?(match-all (system-flag \"Deleted\"))", "vTrash");
+ name = g_strdup_printf ("%s?(match-all (system-flag \"Deleted\"))", _("Trash"));
store->vtrash = camel_vee_folder_new (store, name, CAMEL_STORE_FOLDER_CREATE |
CAMEL_STORE_VEE_FOLDER_AUTO, NULL);