mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Move the message to body instead of title
CURA-6983
This commit is contained in:
parent
248a4cbb94
commit
f12501aec4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class RestartApplicationPresenter:
|
|||
def present(self):
|
||||
app_name = self._app.getApplicationDisplayName()
|
||||
|
||||
message = Message(title=self._i18n_catalog.i18nc(
|
||||
message = Message(self._i18n_catalog.i18nc(
|
||||
"@info:generic",
|
||||
"You need to quit and restart {} before changes have effect.", app_name
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue