Enable Support tooltip translation. CURA-3123

This commit is contained in:
Jack Ha 2016-12-13 10:34:58 +01:00
parent 763b853eca
commit 88f73d881c

View file

@ -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:
{