Skip to content

Commit

Permalink
translation string fix
Browse files Browse the repository at this point in the history
jef-n committed Jan 14, 2016
1 parent a8ef4ff commit e290c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/Grass7Algorithm.py
Original file line number Diff line number Diff line change
@@ -263,7 +263,7 @@ def processAlgorithm(self, progress):

# Run GRASS
loglines = []
loglines.append(self.tr('GRASS GIS 7 execution self.commands'))
loglines.append(self.tr('GRASS GIS 7 execution commands'))
for line in self.commands:
progress.setCommand(line)
loglines.append(line)

0 comments on commit e290c98

Please sign in to comment.