mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add comments not to translate "Universal Cura Project"
This commit is contained in:
parent
9865bdac70
commit
ff4652e16a
5 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ RowLayout
|
|||
Layout.preferredWidth: UM.Theme.getSize("setting").width
|
||||
checked: modelData.selected
|
||||
onClicked: modelData.selected = checked
|
||||
tooltip: modelData.selectable ? "" :catalog.i18nc("@tooltip", "This setting may not perform well while exporting to UCP. Users are asked to add it at their own risk.")
|
||||
tooltip: modelData.selectable ? "" :catalog.i18nc("@tooltip Don't translate 'Universal Cura Project'", "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk.")
|
||||
}
|
||||
|
||||
UM.Label
|
||||
|
@ -30,8 +30,8 @@ RowLayout
|
|||
UM.HelpIcon
|
||||
{
|
||||
UM.I18nCatalog { id: catalog; name: "cura" }
|
||||
text: catalog.i18nc("@tooltip",
|
||||
"This setting may not perform well while exporting to UCP, Users are asked to add it at their own risk.")
|
||||
text: catalog.i18nc("@tooltip Don't translate 'Universal Cura Project'",
|
||||
"This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk.")
|
||||
visible: !modelData.selectable
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue