mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
translation string fix
This commit is contained in:
parent
dacddf6e2f
commit
f9c6302f6e
@ -134,7 +134,7 @@ class HypsometricCurves(GeoAlgorithm):
|
||||
|
||||
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
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
||||
<item row="2" column="0" colspan="3">
|
||||
<widget class="QCheckBox" name="convertInsertCheck">
|
||||
<property name="text">
|
||||
<string>Export inserts</string>
|
||||
<string extracomment="'insert' is the entity that inserts/references a symbol/block in DXF">Export inserts</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user