From df0a971326ce8589ce1fdd07f5ace03d68c4f875 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 5 May 2017 16:59:35 +0200 Subject: [PATCH] Improve tooltip wording for gradual infill button Contributes to issue CURA-3732. --- 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 eaa303819f..7dd7c9e25d 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -222,7 +222,7 @@ Item percentage: 90, steps: 5, infill_layer_height: 1.5, - text: catalog.i18nc("@label", "This will gradually fill your model towards the top"), + text: catalog.i18nc("@label", "This will gradually increase the amount of infill towards the top"), icon: "gradual" }) }