mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
string fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk@13653 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
bcbc59d88f
commit
935075c2a9
@ -51,7 +51,7 @@ class GdalToolsDialog(QWidget, Ui_Widget, BasePluginWidget):
|
||||
self.inputLayerCombo.setEditText(inputFile)
|
||||
|
||||
def fillOutputDirEdit(self):
|
||||
outputDir, encoding = Utils.FileDialog.getExistingDirectory(self, self.tr( "Select where to save the Countour output" ), True)
|
||||
outputDir, encoding = Utils.FileDialog.getExistingDirectory(self, self.tr( "Select where to save the Contour output" ), True)
|
||||
if outputDir.isEmpty():
|
||||
return
|
||||
|
||||
|
@ -82,7 +82,7 @@ class GdalToolsDialog( QWidget, Ui_Widget, BaseBatchWidget ):
|
||||
self.inputLayerCombo.setEditText( inputFile )
|
||||
|
||||
def fillInputDir( self ):
|
||||
inputDir = Utils.FileDialog.getExistingDirectory( self, self.tr( "Select the input direcory with files" ))
|
||||
inputDir = Utils.FileDialog.getExistingDirectory( self, self.tr( "Select the input directory with files" ))
|
||||
if inputDir.isEmpty():
|
||||
return
|
||||
|
||||
|
@ -109,7 +109,7 @@ class GdalToolsDialog(QWidget, Ui_Widget, BaseBatchWidget):
|
||||
self.inputLayerCombo.setEditText( inputFile )
|
||||
|
||||
def fillInputDir( self ):
|
||||
inputDir = Utils.FileDialog.getExistingDirectory( self, self.tr( "Select the input direcory with files to Translate" ))
|
||||
inputDir = Utils.FileDialog.getExistingDirectory( self, self.tr( "Select the input directory with files to Translate" ))
|
||||
if inputDir.isEmpty():
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user