[mail-notification] Correct a recently added translatable string

This commit is contained in:
Milan Crha
2018-07-18 19:37:28 +02:00
parent 58fc25248d
commit 80fa06b280

View File

@ -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,