Move the message to body instead of title

CURA-6983
This commit is contained in:
Jaime van Kessel 2020-01-15 16:46:04 +01:00
parent 248a4cbb94
commit f12501aec4
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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
))