Browse Source

Move the message to body instead of title

CURA-6983
Jaime van Kessel 5 years ago
parent
commit
f12501aec4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py

+ 1 - 1
plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py

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