[Commits] [SCM] claws branch, master, updated. 3.11.1-40-ge19ba17

ticho at claws-mail.org ticho at claws-mail.org
Tue Dec 9 10:15:39 CET 2014


The branch, master has been updated
       via  e19ba17f9461f3bd5840ba9646bf00121dfefc63 (commit)
      from  fcd8492f735434be8a5c52f3285981969c1d556e (commit)

Summary of changes:
 src/compose.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit e19ba17f9461f3bd5840ba9646bf00121dfefc63
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Dec 9 10:14:40 2014 +0100

    Compose window: Change Subject mnemonic from 's' to 'u', since 's' is already used by Spelling menu.

diff --git a/src/compose.c b/src/compose.c
index 4df4759..8f51d55 100644
--- 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);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list