fix typo in processing

Signed-off-by: Werner Macho <werner.macho@gmail.com>
This commit is contained in:
Werner Macho 2015-01-25 19:15:24 +01:00
parent 01286cc4b2
commit 21f1aab48c

View File

@ -524,7 +524,7 @@ class Grass7Algorithm(GeoAlgorithm):
else:
html += msg + '</i></li></ul>'
html += self.tr(
'<p><a href="http://docs.qgis.org/testing/en/docs/user_manual//3rdParty.html">Click here</a> '
'<p><a href="http://docs.qgis.org/testing/en/docs/user_manual/processing/3rdParty.html">Click here</a> '
'to know more about how to install and configure GRASS GIS 7 to be used with QGIS</p>')
return html