mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
code review fixed for PAP
CURA-11403
This commit is contained in:
parent
3312ab66ba
commit
3e23ce1c37
4 changed files with 8 additions and 8 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 in UCP. Users are asked to add it at their own risk")
|
||||
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.")
|
||||
}
|
||||
|
||||
UM.Label
|
||||
|
@ -31,7 +31,7 @@ RowLayout
|
|||
{
|
||||
UM.I18nCatalog { id: catalog; name: "cura" }
|
||||
text: catalog.i18nc("@tooltip",
|
||||
"This setting may not perform well while exporting in UCP, Users are asked to add it at their own risk")
|
||||
"This setting may not perform well while exporting to UCP, Users are asked to add it at their own risk.")
|
||||
visible: !modelData.selectable
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue