aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
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);