mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] In variable box, translate empty according to language setting
Change-Id: I7c31a88791c0dd3453f263abb1e4c60776ad0e94
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user