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 1, 2015
1 parent dacddf6 commit f9c6302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: if srcOffset[2] == 0 or srcOffset[3] == 0:
progress.setInfo( progress.setInfo(
self.tr('Feature %d does is smaller than raster ' self.tr('Feature %d is smaller than raster '
'cell size' % f.id())) 'cell size' % f.id()))
continue continue


Expand Down
2 changes: 1 addition & 1 deletion src/plugins/dxf2shp_converter/dxf2shpconvertergui.ui
Expand Up @@ -62,7 +62,7 @@
<item row="2" column="0" colspan="3"> <item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="convertInsertCheck"> <widget class="QCheckBox" name="convertInsertCheck">
<property name="text"> <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> </property>
</widget> </widget>
</item> </item>
Expand Down

0 comments on commit f9c6302

Please sign in to comment.