mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
remove space from string
This commit is contained in:
parent
ef0c955c95
commit
bb97dcc8d1
@ -85,7 +85,7 @@ class Ogr2OgrToPostGis(OgrAlgorithm):
|
||||
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 @@ class Ogr2OgrToPostGisList(OgrAlgorithm):
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user