[apps] In variable box, translate empty according to language setting

Change-Id: I7c31a88791c0dd3453f263abb1e4c60776ad0e94
This commit is contained in:
Émilie Feral
2017-06-07 16:43:42 +02:00
parent 0616102853
commit 4ef8481d44
3 changed files with 4 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ void VariableBoxController::ContentViewController::willDisplayCellForIndex(Highl
myCell->setSubtitle(buffer);
} else {
myCell->setExpression(nullptr);
myCell->setSubtitle("Vide");
myCell->setSubtitle(I18n::translate(I18n::Message::Empty));
}
}