mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Update Datasources2Vrt.py
Naming more consistent with other tools.
This commit is contained in:
parent
2ff6f7245a
commit
3ecf6e6546
@ -60,7 +60,7 @@ class Datasources2Vrt(GeoAlgorithm):
|
||||
"""
|
||||
|
||||
# The name that the user will see in the toolbox
|
||||
self.name = 'Merge datasources in VRT'
|
||||
self.name = 'Build virtual vector'
|
||||
|
||||
# The branch of the toolbox under which the algorithm will appear
|
||||
self.group = 'Vector general tools'
|
||||
@ -78,9 +78,9 @@ class Datasources2Vrt(GeoAlgorithm):
|
||||
|
||||
# We add outputs
|
||||
self.addOutput(OutputFile(self.OUTPUT_VRT_FILE,
|
||||
self.tr('Output vrt filename')))
|
||||
self.tr('Virtual vector')))
|
||||
self.addOutput(OutputString(self.OUTPUT_VRT_STRING,
|
||||
self.tr('Output vrt string')))
|
||||
self.tr('Virtual string')))
|
||||
|
||||
|
||||
def processAlgorithm(self, progress):
|
||||
|
Loading…
x
Reference in New Issue
Block a user