mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Translate the variable box
This commit is contained in:
@@ -130,8 +130,8 @@ void VariableBoxController::willDisplayCellForIndex(HighlightCell * cell, int in
|
||||
}
|
||||
assert(cellType == k_subtitleCellType);
|
||||
I18n::Message subtitleMessages[k_scriptOriginsCount] = {
|
||||
I18n::Message::CurrentScript,
|
||||
I18n::Message::BuiltinFunctionsAndKeyWords,
|
||||
I18n::Message::ScriptInProgress,
|
||||
I18n::Message::BuiltinsAndKeywords,
|
||||
I18n::Message::ImportedModulesAndScripts
|
||||
};
|
||||
static_cast<MessageTableCell *>(cell)->setMessage(subtitleMessages[(int)cellOrigin]);
|
||||
|
||||
Reference in New Issue
Block a user