mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 03:13:13 +08:00
Enable Support tooltip translation. CURA-3123
This commit is contained in:
parent
763b853eca
commit
88f73d881c
@ -263,7 +263,7 @@ Item
|
|||||||
onEntered:
|
onEntered:
|
||||||
{
|
{
|
||||||
base.showTooltip(enableSupportCheckBox, Qt.point(-enableSupportCheckBox.x, 0),
|
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:
|
onExited:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user