Skip to content

Commit

Permalink
remove space from string
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Jan 30, 2015
1 parent ef0c955 commit bb97dcc
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/gdal/ogr2ogrtopostgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterSelection(self.GTYPE,
self.tr('Output geometry type'), self.GEOMTYPE, 5))
self.addParameter(ParameterCrs(self.A_SRS,
self.tr('Assign an output CRS '), ''))
self.tr('Assign an output CRS'), ''))
self.addParameter(ParameterCrs(self.T_SRS,
self.tr('Reproject to this CRS on output '), ''))
self.addParameter(ParameterCrs(self.S_SRS,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterSelection(self.GTYPE,
self.tr('Output geometry type'), self.GEOMTYPE, 5))
self.addParameter(ParameterCrs(self.A_SRS,
self.tr('Assign an output CRS '), ''))
self.tr('Assign an output CRS'), ''))
self.addParameter(ParameterCrs(self.T_SRS,
self.tr('Reproject to this CRS on output '), ''))
self.addParameter(ParameterCrs(self.S_SRS,
Expand Down

0 comments on commit bb97dcc

Please sign in to comment.