mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix typo in processing
Signed-off-by: Werner Macho <werner.macho@gmail.com>
This commit is contained in:
parent
01286cc4b2
commit
21f1aab48c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user