mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
adds/adapts translation context markers
all nescessary in folder: Cura/resources Contributes to: issue CURA-116
This commit is contained in:
parent
4a9bf2b4d6
commit
28aec71c02
13 changed files with 39 additions and 35 deletions
|
@ -46,20 +46,20 @@ Item
|
|||
|
||||
CheckBox
|
||||
{
|
||||
text: catalog.i18nc("@action:checkbox","Extruder driver ugrades")
|
||||
text: catalog.i18nc("@option:check","Extruder driver ugrades")
|
||||
checked: true
|
||||
}
|
||||
CheckBox
|
||||
{
|
||||
text: catalog.i18nc("@action:checkbox","Heated printer bed (kit)")
|
||||
text: catalog.i18nc("@option:check","Heated printer bed (kit)")
|
||||
}
|
||||
CheckBox
|
||||
{
|
||||
text: catalog.i18nc("@action:checkbox","Heated printer bed (self built)")
|
||||
text: catalog.i18nc("@option:check","Heated printer bed (self built)")
|
||||
}
|
||||
CheckBox
|
||||
{
|
||||
text: catalog.i18nc("@action:checkbox","Dual extrusion (experimental)")
|
||||
text: catalog.i18nc("@option:check","Dual extrusion (experimental)")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue