talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 60b6b8ef14e29d27a7e82afb0698988974d531ba
parent 72a45f97e63a1f8f19adef80dc197a917207f7e1
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sat, 23 Jul 2016 12:13:50 +0200

Make label more readable

Diffstat:
Msrc/prefs_receive.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);