aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 89305125de..f01e9147b2 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -93,10 +93,10 @@ static char *exported_dnd_types[] = {
};
static const EvolutionShellComponentFolderType folder_types[] = {
- { "mail", "evolution-inbox.png", TRUE, accepted_dnd_types, exported_dnd_types },
- { "mailstorage", "evolution-inbox.png", FALSE, NULL, NULL },
- { "vtrash", "evolution-trash.png", FALSE, accepted_dnd_types, exported_dnd_types },
- { NULL, NULL, FALSE, NULL, NULL }
+ { "mail", "evolution-inbox.png", N_("Mail"), N_("Folder containing mail"), TRUE, accepted_dnd_types, exported_dnd_types },
+ { "mailstorage", "evolution-inbox.png", N_(""), N_(""), FALSE, NULL, NULL },
+ { "vtrash", "evolution-trash.png", N_(""), N_(""), FALSE, accepted_dnd_types, exported_dnd_types },
+ { NULL, NULL, NULL, NULL, FALSE, NULL, NULL }
};
static const char *schema_types[] = {