[Commits] [SCM] claws branch, master, updated. 3.13.2-199-g60b6b8e

mones at claws-mail.org mones at claws-mail.org
Sat Jul 23 12:14:51 CEST 2016


The branch, master has been updated
       via  60b6b8ef14e29d27a7e82afb0698988974d531ba (commit)
      from  72a45f97e63a1f8f19adef80dc197a917207f7e1 (commit)

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


- Log -----------------------------------------------------------------
commit 60b6b8ef14e29d27a7e82afb0698988974d531ba
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sat Jul 23 12:13:50 2016 +0200

    Make label more readable

diff --git a/src/prefs_receive.c b/src/prefs_receive.c
index 2558fe6..a5fcc23 100644
--- a/src/prefs_receive.c
+++ b/src/prefs_receive.c
@@ -188,7 +188,7 @@ static void prefs_receive_create_widget(PrefsPage *_page, GtkWindow *window,
 	gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbtn_autochk_min), TRUE);
 	gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbtn_autochk_hour), TRUE);
 
-	label_autochk2 = gtk_label_new (_("hour(s)/min(s)/sec(s)"));
+	label_autochk2 = gtk_label_new (_("h/m/s"));
 	gtk_widget_show (label_autochk2);
 	gtk_box_pack_start (GTK_BOX (hbox_autochk), label_autochk2, FALSE, FALSE, 0);
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list