Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Ha <j.ha@ultimaker.com>2016-12-13 12:34:58 +0300
committerJack Ha <j.ha@ultimaker.com>2016-12-13 12:34:58 +0300
commit88f73d881c4833a3c8a1e198e9c99313b1866c84 (patch)
tree9a139e0aa50e028d24c0ee2df516a85888b35d17 /resources
parent763b853ecacc036d4bd824334aca87b443b0a636 (diff)
Enable Support tooltip translation. CURA-3123
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/SidebarSimple.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml
index 499125a6f9..e40e114e0e 100644
--- a/resources/qml/SidebarSimple.qml
+++ b/resources/qml/SidebarSimple.qml
@@ -263,7 +263,7 @@ Item
onEntered:
{
base.showTooltip(enableSupportCheckBox, Qt.point(-enableSupportCheckBox.x, 0),
- catalog.i18nc("@label", supportEnabled.properties.description));
+ catalog.i18nc("@label", "Enable support structures. These structures support parts of the model with severe overhangs."));
}
onExited:
{