Skip to content

Commit 9b1f0a3

Browse files
committedOct 3, 2013
fix typo
1 parent c797895 commit 9b1f0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/grass/GrassUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def checkGrassIsInstalled(ignorePreviousState=False):
355355
path = GrassUtils.grassPath()
356356
if path == '':
357357
return 'GRASS folder is not configured.\nPlease configure \
358-
it before running SAGA algorithms.'
358+
it before running GRASS algorithms.'
359359
cmdpath = os.path.join(path, 'bin', 'r.out.gdal.exe')
360360
if not os.path.exists(cmdpath):
361361
return 'The specified GRASS folder does not contain a valid \

0 commit comments

Comments
 (0)
Please sign in to comment.