[evolution] [mail-notification] Correct a recently added translatable string
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] [mail-notification] Correct a recently added translatable string
- Date: Wed, 18 Jul 2018 17:40:31 +0000 (UTC)
commit 80fa06b280250bcdf252829e245d4afc818e9ae6
Author: Milan Crha <mcrha redhat com>
Date: Wed Jul 18 19:37:28 2018 +0200
[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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]