mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Remove colon according to design
CURA-6141
This commit is contained in:
parent
71b2787d0d
commit
c6ff8149f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue