commit e19ba17f9461f3bd5840ba9646bf00121dfefc63
parent fcd8492f735434be8a5c52f3285981969c1d556e
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Tue, 9 Dec 2014 10:14:40 +0100
Compose window: Change Subject mnemonic from 's' to 'u', since 's' is already used by Spelling menu.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compose.c b/src/compose.c
@@ -7745,7 +7745,7 @@ static Compose *compose_create(PrefsAccount *account,
gtk_container_set_border_width(GTK_CONTAINER(subject), 0);
gtk_widget_show(subject);
- label = gtk_label_new_with_mnemonic(_("_Subject:"));
+ label = gtk_label_new_with_mnemonic(_("S_ubject:"));
gtk_box_pack_start(GTK_BOX(subject), label, FALSE, FALSE, 0);
gtk_widget_show(label);