Remove another colon
authorRicardo Mones <ricardo@mones.org>
Wed, 16 May 2018 22:19:24 +0000 (00:19 +0200)
committerRicardo Mones <ricardo@mones.org>
Wed, 16 May 2018 22:19:24 +0000 (00:19 +0200)
src/prefs_send.c

index 811e68b50ec183d8e802c2fedda863ecbc048806..25598628146eb8f8e4afb28bb045691d41629514 100644 (file)
@@ -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);