[apps/reg] Change Value not reached by regression message

This commit is contained in:
Léa Saviot
2018-06-28 12:04:12 +02:00
committed by Émilie Feral
parent 32f0d4376b
commit 91f87397f4
6 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ bool GoToParameterController::setParameterAtIndex(int parameterIndex, double f)
}
}
// Value not reached
app()->displayWarning(I18n::Message::ValueNotReachedByRegression); //TODO
app()->displayWarning(I18n::Message::ValueNotReachedByRegression);
return false;
}
m_graphController->selectRegressionCurve();