commit 03fc22b60524a6357a6d80dd2f3604af650409c3
parent 90334b1d94aa1b7c2342735cbae4dea8ae7f0920
Author: Ricardo Mones <ricardo@mones.org>
Date: Thu, 17 May 2018 00:19:24 +0200
Remove another colon
Diffstat:
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);