mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
Adjust description of button
You now no longer click to check if there's something wrong. Contributes to issue CURA-4557.
This commit is contained in:
parent
58205fb965
commit
2fad098f0b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Button
|
|||
UM.I18nCatalog{id: catalog; name:"cura"}
|
||||
|
||||
visible: manager.runChecks
|
||||
tooltip: catalog.i18nc("@info:tooltip", "Check current setup for known problems.")
|
||||
tooltip: catalog.i18nc("@info:tooltip", "Some things could be problematic in this print. Click to see tips for adjustment.")
|
||||
onClicked: manager.showWarnings()
|
||||
|
||||
width: UM.Theme.getSize("save_button_specs_icons").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue