From b2dbefc82340a3061c8925f6fdb8cdd094147407 Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Wed, 18 Oct 2017 15:44:02 +0200 Subject: [PATCH] Update helper text for custom changes in recommended settings - CURA-4333 --- resources/qml/SidebarSimple.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index a68e2171f9..1205d8cf5c 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -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()