[apps/graph] In Values, x parameters menu's title is "x"

This commit is contained in:
Léa Saviot
2018-10-15 10:53:22 +02:00
committed by Émilie Feral
parent 661903f12e
commit a4ea8d19f7
6 changed files with 1 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ using namespace Poincare;
namespace Graph {
StorageValuesController::StorageValuesController(Responder * parentResponder, StorageCartesianFunctionStore * functionStore, Interval * interval, ButtonRowController * header) :
Shared::StorageValuesController(parentResponder, header, I18n::Message::XColumn, &m_intervalParameterController, interval),
Shared::StorageValuesController(parentResponder, header, I18n::Message::X, &m_intervalParameterController, interval),
m_functionTitleCells{},
m_floatCells{},
m_functionStore(functionStore),