Skip to content
Snippets Groups Projects
Commit f9ecd644 authored by Provot Bertrand's avatar Provot Bertrand
Browse files

forgot source file

parent 55cc927e
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ PseudoColorDialog::PseudoColorDialog(QWidget *parent) :
QFormLayout* layout = new QFormLayout(this);
QHBoxLayout* hLayout = new QHBoxLayout();
QLabel* label = new QLabel(qApp->translate("Operations","Hue"));
QLabel* label = new QLabel(qApp->translate("Operations","Number of colors"));
label->setLayout(hLayout);
_spinBox = new QSpinBox();
_spinBox->setMinimum(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment