mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:49:00 +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++)
|
for(var index = 0; index < lengths.length; index++)
|
||||||
{
|
{
|
||||||
var row = []
|
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 m for meter", "%1m").arg(lengths[index]))
|
||||||
row.push(catalog.i18nc("@label g for grams", "%1g").arg(weights[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]))
|
row.push("%1 %2".arg(UM.Preferences.getValue("cura/currency")).arg(costs[index]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user