translation string fix

This commit is contained in:
Juergen E. Fischer 2015-03-01 14:41:44 +01:00
parent dacddf6e2f
commit f9c6302f6e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>