commit 9aeea1ac93308b877b7319ff4f1eca02072ecc3d
parent 677143676093c63df3051bd3312f40090aef5c08
Author: Paul <paul@claws-mail.org>
Date: Tue, 30 Aug 2016 11:54:42 +0100
fix capitalisation
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gtk/icon_legend.c b/src/gtk/icon_legend.c
@@ -88,8 +88,8 @@ static gchar *legend_icon_desc[] = {
N_("Folder (normal, opened)"),
N_("Folder with read messages hidden"),
N_("Folder contains marked messages"),
- N_("IMAP Folder which contains sub-folders only"),
- N_("IMAP Mailbox showing only subscribed folders"),
+ N_("IMAP folder which contains sub-folders only"),
+ N_("IMAP mailbox showing only subscribed folders"),
};
static struct LegendDialog {