aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store.c')
-rw-r--r--camel/camel-store.c2
1 files changed, 1 insertions, 1 deletions
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);