From fa8e23c9a7d7a46dbcfb459ee18e083cf166c2fc Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Tue, 21 Jun 2016 11:45:28 +0200 Subject: [PATCH] Graph: Use longer text Change-Id: I9057acfe6e4467aac2763d4d9f3ed4649d981121 --- apps/graph/graph/graph_controller.cpp | 2 +- apps/graph/list/list_controller.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/graph/graph/graph_controller.cpp b/apps/graph/graph/graph_controller.cpp index 012ae5c1b..09f0287d8 100644 --- a/apps/graph/graph/graph_controller.cpp +++ b/apps/graph/graph/graph_controller.cpp @@ -11,7 +11,7 @@ View * GraphController::view() { } const char * GraphController::title() const { - return "Graph"; + return "Graphique"; } void GraphController::setFocused(bool focused) { diff --git a/apps/graph/list/list_controller.cpp b/apps/graph/list/list_controller.cpp index c037bb72e..7053e7b59 100644 --- a/apps/graph/list/list_controller.cpp +++ b/apps/graph/list/list_controller.cpp @@ -22,7 +22,7 @@ View * ListController::view() { } const char * ListController::title() const { - return "List"; + return "Fonctions"; } void ListController::setActiveCell(int index) {