Standard units don't need translation (#9965)
Some checks are pending
Build all / Build All (push) Waiting to run
Build all / Flatpak (push) Waiting to run

This commit is contained in:
Alexandre Folle de Menezes 2025-06-22 04:10:40 -03:00 committed by GitHub
parent bd1281954d
commit fa70582ed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 434 additions and 429 deletions

View file

@ -157,7 +157,7 @@ ObjectDataViewModelNode::ObjectDataViewModelNode(ObjectDataViewModelNode* parent
parent->GetNthChild(i)->SetIdx(i + 1);
}
const std::string label_range = (boost::format(" %.2f-%.2f ") % layer_range.first % layer_range.second).str();
m_name = _(L("Range")) + label_range + "(" + _(L("mm")) + ")";
m_name = _(L("Range")) + label_range + "(" + _("mm") + ")";
m_bmp = create_scaled_bitmap(LayerIcon);
set_icons();