another one (see last commit)
[claws.git] / src / prefs_message.c
index c83af9efbbd481b4c1e52c3c9af6ee183625af00..0b04d34f1ba156d5fa617752ca5dd3c8dc234071 100644 (file)
@@ -186,7 +186,7 @@ static void prefs_message_create_widget(PrefsPage *_page, GtkWindow *window,
        gtk_widget_set_size_request (spinbtn_linespc, 64, -1);
        gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbtn_linespc), TRUE);
 
-       label_linespc = gtk_label_new (_("pixel(s)"));
+       label_linespc = gtk_label_new (_("pixels"));
        gtk_widget_show (label_linespc);
        gtk_box_pack_start (GTK_BOX (hbox_linespc), label_linespc,
                            FALSE, FALSE, 0);