We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c797895 commit 9b1f0a3Copy full SHA for 9b1f0a3
python/plugins/processing/grass/GrassUtils.py
@@ -355,7 +355,7 @@ def checkGrassIsInstalled(ignorePreviousState=False):
355
path = GrassUtils.grassPath()
356
if path == '':
357
return 'GRASS folder is not configured.\nPlease configure \
358
- it before running SAGA algorithms.'
+ it before running GRASS algorithms.'
359
cmdpath = os.path.join(path, 'bin', 'r.out.gdal.exe')
360
if not os.path.exists(cmdpath):
361
return 'The specified GRASS folder does not contain a valid \
0 commit comments