mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
CURA-5035 Review feedback
This commit is contained in:
parent
3934f6f1b3
commit
62aeb6c954
10 changed files with 9 additions and 78 deletions
|
@ -15,7 +15,7 @@ Item
|
|||
Label
|
||||
{
|
||||
visible: toolbox.restartRequired
|
||||
text: "You will need to restart Cura before changes in plugins have effect."
|
||||
text: catalog.i18nc("@info", "You will need to restart Cura before changes in plugins have effect.")
|
||||
height: Math.floor(UM.Theme.getSize("toolbox_footer_button").height)
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
anchors
|
||||
|
@ -30,7 +30,7 @@ Item
|
|||
Button
|
||||
{
|
||||
id: restartButton
|
||||
text: "Quit Cura"
|
||||
text: catalog.i18nc("@info:button", "Quit Cura")
|
||||
anchors
|
||||
{
|
||||
top: parent.top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue