Skip to content
Snippets Groups Projects
Commit eb6565c4 authored by ariotte's avatar ariotte
Browse files

fixed error in translate doubleEntropy

parent 3ea2182b
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ void DoubleEntropyOp::operator()(const Image_t<double>* image, const std::map<co
double entropy = image->getEntropy();
outText(qApp->translate("Operations", "Entropy of the image (sum of channels entropy) = %1\n").arg(entropy).toStdString());
outText(qApp->translate("Pas d'échantillonnage choisi : 1\n"));
outText(qApp->translate("Operations", "Pas d'échantillonnage choisi : 1\n").toStdString());
}
bool DoubleEntropyOp::needCurrentImg() const {
......
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