Skip to content

Commit fbabc25

Browse files
committed
translation string fix
1 parent 4e34296 commit fbabc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/HypsometricCurves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def processAlgorithm(self, progress):
134134

135135
if srcOffset[2] == 0 or srcOffset[3] == 0:
136136
progress.setInfo(
137-
self.tr('Feature %d does is smaller than raster '
137+
self.tr('Feature %d is smaller than raster '
138138
'cell size' % f.id()))
139139
continue
140140

0 commit comments

Comments
 (0)