From 21f1aab48ca04d0e19788d2d7e023929700d73d3 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Sun, 25 Jan 2015 19:15:24 +0100 Subject: [PATCH] fix typo in processing Signed-off-by: Werner Macho --- python/plugins/processing/algs/grass7/Grass7Algorithm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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