From f12501aec48a4d0355871165c38bcd01d3db468e Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 15 Jan 2020 16:46:04 +0100 Subject: [PATCH] Move the message to body instead of title CURA-6983 --- plugins/Toolbox/src/CloudSync/RestartApplicationPresenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ))