another one (see last commit)

This commit is contained in:
Paul 2016-07-23 15:17:30 +01:00
parent 79d0dc212a
commit 1d75fbdbf9

View 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);