mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Unified tooltip description
Contributes to CURA-8562
This commit is contained in:
parent
eb3083c84d
commit
7fd9578599
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ Rectangle
|
||||||
|
|
||||||
Cura.ToolTip
|
Cura.ToolTip
|
||||||
{
|
{
|
||||||
tooltipText: packageData.packageType == "plugin" ? catalog.i18nc("@info", "Verified") : catalog.i18nc("@info", "Ultimaker Certified Materials")
|
tooltipText: packageData.packageType == "plugin" ? catalog.i18nc("@info", "Ultimaker Verified Plugin") : catalog.i18nc("@info", "Ultimaker Certified Material")
|
||||||
visible: parent.hovered
|
visible: parent.hovered
|
||||||
targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 2))
|
targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 2))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue