talons

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

commit 6c2d65635e407490dd2199f22d349e076c57fdaf
parent 41e94b1308998c18fd10e63a12ee4cf509f08e4a
Author: Ricardo Mones <ricardo@mones.org>
Date:   Thu, 17 May 2018 00:19:24 +0200

Remove another colon

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

diff --git a/src/prefs_send.c b/src/prefs_send.c @@ -206,7 +206,7 @@ static void prefs_send_create_widget(PrefsPage *_page, GtkWindow *window, gtk_widget_show (hbox1); PACK_CHECK_BUTTON(hbox1, checkbtn_warn_multiple_recipients, - _("Warn when sending to more recipients than:")); + _("Warn when sending to more recipients than")); spinbtn_warn_multiple_recipients = gtk_spin_button_new_with_range(2, 999, 1); gtk_widget_show(spinbtn_warn_multiple_recipients);