Skip to content

Commit

Permalink
translation string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 5, 2015
1 parent 4e34296 commit fbabc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/HypsometricCurves.py
Expand Up @@ -134,7 +134,7 @@ def processAlgorithm(self, progress):

if srcOffset[2] == 0 or srcOffset[3] == 0:
progress.setInfo(
self.tr('Feature %d does is smaller than raster '
self.tr('Feature %d is smaller than raster '
'cell size' % f.id()))
continue

Expand Down

0 comments on commit fbabc25

Please sign in to comment.