Skip to content

Commit f9c6302

Browse files
committed
translation string fix
1 parent dacddf6 commit f9c6302

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

src/plugins/dxf2shp_converter/dxf2shpconvertergui.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<item row="2" column="0" colspan="3">
6363
<widget class="QCheckBox" name="convertInsertCheck">
6464
<property name="text">
65-
<string>Export inserts</string>
65+
<string extracomment="'insert' is the entity that inserts/references a symbol/block in DXF">Export inserts</string>
6666
</property>
6767
</widget>
6868
</item>

0 commit comments

Comments
 (0)