mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #1710 from mach0/master
fix typo in processing description
This commit is contained in:
commit
974511f4e3
@ -411,8 +411,8 @@ class RAlgorithm(GeoAlgorithm):
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user