From cb32d31c3afaeaf34eeded3348a7dd5f317cf333 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Sun, 30 Nov 2014 23:28:49 +0100 Subject: [PATCH] fix typo in processing description Signed-off-by: Werner Macho --- python/plugins/processing/algs/r/RAlgorithm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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