[apps/regression] Change graph options title

This commit is contained in:
Léa Saviot
2018-06-11 15:30:51 +02:00
committed by Émilie Feral
parent 0b8140993a
commit 43d077752d
6 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ GraphOptionsController::GraphOptionsController(Responder * parentResponder, Stor
}
const char * GraphOptionsController::title() {
return I18n::translate(I18n::Message::RegressionSlope);
return I18n::translate(I18n::Message::RegressionCurve);
}
View * GraphOptionsController::view() {