standardise singlular/plural mix on labels
[claws.git] / src / plugins / spamassassin / spamassassin_gtk.c
index e9a07af09a8fe20a99cd3c1caa7e9c38b487ae65..d73a9c65ad113b0d16cd7ee595a9d77671503345 100644 (file)
@@ -387,7 +387,7 @@ static void spamassassin_create_widget_func(PrefsPage * _page,
                                "it will be aborted."));
        gtk_spin_button_set_numeric(GTK_SPIN_BUTTON(timeout_spinbtn), TRUE);
 
-       timeout_seconds_label = gtk_label_new(_("second(s)"));
+       timeout_seconds_label = gtk_label_new(_("seconds"));
        gtk_widget_show(timeout_seconds_label);
        gtk_box_pack_start(GTK_BOX(hbox_timeout), timeout_seconds_label, FALSE, FALSE, 0);