Graph: Use longer text

Change-Id: I9057acfe6e4467aac2763d4d9f3ed4649d981121
This commit is contained in:
Romain Goyet
2016-06-21 11:45:28 +02:00
parent 70f89c2566
commit fa8e23c9a7
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ View * GraphController::view() {
}
const char * GraphController::title() const {
return "Graph";
return "Graphique";
}
void GraphController::setFocused(bool focused) {

View File

@@ -22,7 +22,7 @@ View * ListController::view() {
}
const char * ListController::title() const {
return "List";
return "Fonctions";
}
void ListController::setActiveCell(int index) {