diff --git a/python/plugins/processing/gui/GetScriptsAndModels.py b/python/plugins/processing/gui/GetScriptsAndModels.py index 12e361455e2..77b26b4be9c 100644 --- a/python/plugins/processing/gui/GetScriptsAndModels.py +++ b/python/plugins/processing/gui/GetScriptsAndModels.py @@ -159,9 +159,9 @@ class GetScriptsAndModelsDialog(QDialog, Ui_DlgGetScriptsAndModels): helpContent = readUrl(url) descriptions = json.loads(helpContent) html = '
Description:%s
') % getDescription(ALG_DESC, descriptions) - html += self.tr('Created by:%s') % getDescription(ALG_CREATOR, descriptions) - html += self.tr('
Version:%s') % getDescription(ALG_VERSION, descriptions) + html += self.tr('
Description: %s
') % getDescription(ALG_DESC, descriptions) + html += self.tr('Created by: %s') % getDescription(ALG_CREATOR, descriptions) + html += self.tr('
Version: %s') % getDescription(ALG_VERSION, descriptions) except HTTPError, e: html = self.tr('