mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Enable Support tooltip translation. CURA-3123
This commit is contained in:
parent
763b853eca
commit
88f73d881c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue