mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Change spelling of "colour" to "color" for consistency
I know "colour" is the more correct spelling, but Qt uses the spelling "color" and we have already adopted that spelling in a number of places. CURA-333
This commit is contained in:
parent
f5bdc0295c
commit
963a2092ef
6 changed files with 16 additions and 16 deletions
|
@ -339,7 +339,7 @@ Item
|
|||
for(var extruderNr = 0; extruderNr < extruders.model.rowCount() ; extruderNr++) {
|
||||
extruderModel.append({
|
||||
text: catalog.i18nc("@label", "Print using %1").arg(extruders.model.getItem(extruderNr).name),
|
||||
color: extruders.model.getItem(extruderNr).colour
|
||||
color: extruders.model.getItem(extruderNr).color
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue