Use same content for button as old one

So make it dynamic based on the application name. This also causes the translation to be re-used.

Contributes to issue CURA-8587.
This commit is contained in:
Ghostkeeper 2021-12-06 16:02:42 +01:00
parent 3cae6d80b9
commit 3c54964417
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -270,7 +270,7 @@ Window
Cura.SecondaryButton
{
id: quitButton
text: catalog.i18nc("@button", "Quit Ultimaker Cura")
text: catalog.i18nc("@info:button, %1 is the application name", "Quit %1").arg(CuraApplication.applicationDisplayName)
}
}
}