mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07: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
|
|
@ -27,7 +27,7 @@ Item
|
|||
|
||||
Label{
|
||||
id: settingsModeLabel
|
||||
text: catalog.i18nc("@label","Print setup: ");
|
||||
text: catalog.i18nc("@label:listbox","Print setup: ");
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.sizes.default_margin.width;
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
@ -94,7 +94,7 @@ Item
|
|||
Label{
|
||||
id: machineSelectionLabel
|
||||
//: Machine selection label
|
||||
text: catalog.i18nc("@label","Machine:");
|
||||
text: catalog.i18nc("@label:listbox","Machine:");
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.sizes.default_margin.width
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue