From 80fa06b280250bcdf252829e245d4afc818e9ae6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 18 Jul 2018 19:37:28 +0200 Subject: [PATCH] [mail-notification] Correct a recently added translatable string --- src/plugins/mail-notification/mail-notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/mail-notification/mail-notification.c b/src/plugins/mail-notification/mail-notification.c index df8438beb0..f230f74e6f 100644 --- a/src/plugins/mail-notification/mail-notification.c +++ b/src/plugins/mail-notification/mail-notification.c @@ -1011,7 +1011,7 @@ get_config_widget_accounts (void) container = widget; - widget = gtk_label_new_with_mnemonic (_("Select _Accounts for which enable notifications:")); + widget = gtk_label_new_with_mnemonic (_("Select _accounts for which enable notifications:")); g_object_set (G_OBJECT (widget), "halign", GTK_ALIGN_START, "hexpand", FALSE,