diff --git a/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py b/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py index e0d26cbf7a..6f1c76d0cf 100644 --- a/plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py +++ b/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 ))