[apps] Split italian text into two lines in variable box

This commit is contained in:
Hugo Saint-Vignes
2020-12-18 10:11:21 +01:00
committed by EmilieNumworks
parent 1939293cd2
commit fa523c25c9
8 changed files with 9 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ void MathVariableBoxEmptyController::setType(Type type) {
case Type::Sequence:
{
messages[0] = I18n::Message::EmptySequenceBox0;
messages[1] = I18n::Message::EmptySequenceBox1;
messages[3] = I18n::Message::Default;
break;
}