diff --git a/python/plugins/processing/algs/r/RAlgorithm.py b/python/plugins/processing/algs/r/RAlgorithm.py index 48d046152e8..a7af0c7334f 100644 --- a/python/plugins/processing/algs/r/RAlgorithm.py +++ b/python/plugins/processing/algs/r/RAlgorithm.py @@ -411,8 +411,8 @@ class RAlgorithm(GeoAlgorithm): def checkBeforeOpeningParametersDialog(self): msg = RUtils.checkRIsInstalled() if msg is not None: - html = '

This algorithm requires R to be run.Unfortunately, \ - it seems that R is not installed in your system, or it \ + html = '

This algorithm requires R to be run. Unfortunately \ + it seems that R is not installed in your system or it \ is not correctly configured to be used from QGIS

' html += '

Click here to know more about how to install and configure R to be used with QGIS

' return html