Skip to content

Commit

Permalink
Merge pull request #1710 from mach0/master
Browse files Browse the repository at this point in the history
fix typo in processing description
  • Loading branch information
alexbruy committed Dec 1, 2014
2 parents 6da0058 + cb32d31 commit 974511f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/r/RAlgorithm.py
Expand Up @@ -411,8 +411,8 @@ def help(self):
def checkBeforeOpeningParametersDialog(self):
msg = RUtils.checkRIsInstalled()
if msg is not None:
html = '<p>This algorithm requires R to be run.Unfortunately, \
it seems that R is not installed in your system, or it \
html = '<p>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</p>'
html += '<p><a href= "http://docs.qgis.org/2.0/en/docs/user_manual/processing/3rdParty.html">Click here</a> to know more about how to install and configure R to be used with QGIS</p>'
return html
Expand Down

0 comments on commit 974511f

Please sign in to comment.