mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 09:19:01 +08:00
Remove colon according to design
CURA-6141
This commit is contained in:
parent
71b2787d0d
commit
c6ff8149f6
@ -158,7 +158,7 @@ Column
|
||||
for(var index = 0; index < lengths.length; index++)
|
||||
{
|
||||
var row = []
|
||||
row.push("%1: ".arg(names[index]))
|
||||
row.push("%1".arg(names[index]))
|
||||
row.push(catalog.i18nc("@label m for meter", "%1m").arg(lengths[index]))
|
||||
row.push(catalog.i18nc("@label g for grams", "%1g").arg(weights[index]))
|
||||
row.push("%1 %2".arg(UM.Preferences.getValue("cura/currency")).arg(costs[index]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user