mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Graph: Use longer text
Change-Id: I9057acfe6e4467aac2763d4d9f3ed4649d981121
This commit is contained in:
@@ -11,7 +11,7 @@ View * GraphController::view() {
|
||||
}
|
||||
|
||||
const char * GraphController::title() const {
|
||||
return "Graph";
|
||||
return "Graphique";
|
||||
}
|
||||
|
||||
void GraphController::setFocused(bool focused) {
|
||||
|
||||
@@ -22,7 +22,7 @@ View * ListController::view() {
|
||||
}
|
||||
|
||||
const char * ListController::title() const {
|
||||
return "List";
|
||||
return "Fonctions";
|
||||
}
|
||||
|
||||
void ListController::setActiveCell(int index) {
|
||||
|
||||
Reference in New Issue
Block a user