mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Fix typo
This commit is contained in:
parent
b565b111c8
commit
9dc8450db0
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ Item
|
|||
enabled: !Cura.SimpleModeSettingsManager.isProfileUserCreated
|
||||
onEntered:
|
||||
{
|
||||
var tooltipContent = catalog.i18nc("@tooltip", "This quality profile is not available for you current material and nozzle configuration. Please change these to enable this quality profile")
|
||||
var tooltipContent = catalog.i18nc("@tooltip", "This quality profile is not available for your current material and nozzle configuration. Please change these to enable this quality profile")
|
||||
base.showTooltip(qualityRow, Qt.point(-UM.Theme.getSize("thick_margin").width, customisedSettings.height), tooltipContent)
|
||||
}
|
||||
onExited: base.hideTooltip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue