mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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
|
||||
{
|
||||
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
|
||||
targetPoint: Qt.point(0, Math.round(parent.y + parent.height / 2))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue