mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps][escher] I18n
Change-Id: I4d6f40155a8a182184af9ef2a583d0469196ffd5
This commit is contained in:
@@ -20,8 +20,8 @@ StoreController::StoreController(Responder * parentResponder, FloatPairStore * s
|
||||
{
|
||||
}
|
||||
|
||||
const char * StoreController::title() const {
|
||||
return "Donnees";
|
||||
const char * StoreController::title() {
|
||||
return I18n::translate(I18n::Message::DataTab);
|
||||
}
|
||||
|
||||
int StoreController::numberOfColumns() {
|
||||
|
||||
Reference in New Issue
Block a user