diff --git a/python/plugins/processing/algs/grass7/Grass7Algorithm.py b/python/plugins/processing/algs/grass7/Grass7Algorithm.py index 5660a4d1edc..8d0150c971d 100644 --- a/python/plugins/processing/algs/grass7/Grass7Algorithm.py +++ b/python/plugins/processing/algs/grass7/Grass7Algorithm.py @@ -524,7 +524,7 @@ class Grass7Algorithm(GeoAlgorithm): else: html += msg + '' html += self.tr( - '
Click here ' + '
Click here ' 'to know more about how to install and configure GRASS GIS 7 to be used with QGIS
') return html