Skip to content
Permalink
Browse files
remove space from string
  • 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.
@@ -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,
@@ -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,

0 comments on commit bb97dcc

Please sign in to comment.