mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Add period to tooltip sentence
A lot of translators got this wrong. Contributes to issue CURA-6257.
This commit is contained in:
parent
31a8421fd4
commit
0f8a30d37b
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ Item
|
||||||
enabled: !Cura.MachineManager.hasCustomQuality
|
enabled: !Cura.MachineManager.hasCustomQuality
|
||||||
onEntered:
|
onEntered:
|
||||||
{
|
{
|
||||||
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")
|
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)
|
base.showTooltip(qualityRow, Qt.point(-UM.Theme.getSize("thick_margin").width, customisedSettings.height), tooltipContent)
|
||||||
}
|
}
|
||||||
onExited: base.hideTooltip()
|
onExited: base.hideTooltip()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue