mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 02:06:01 +08: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
@ -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…
x
Reference in New Issue
Block a user