mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
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:
parent
3cae6d80b9
commit
3c54964417
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue