Update helper text for custom changes in recommended settings - CURA-4333

This commit is contained in:
ChrisTerBeke 2017-10-18 15:44:02 +02:00
parent b119119ed2
commit b2dbefc823

View file

@ -366,7 +366,7 @@ Item
}
onEntered:
{
var content = catalog.i18nc("@tooltip","You have selected a custom profile. If you want to change it, go to custom mode.")
var content = catalog.i18nc("@tooltip","You have modified some profile settings. If you want to change these go to custom mode.")
base.showTooltip(qualityRow, Qt.point(-UM.Theme.getSize("sidebar_margin").width, customisedSettings.height), content)
}
onExited: base.hideTooltip()