Skip to content

Commit 3ecf6e6

Browse files
committedMay 24, 2015
Update Datasources2Vrt.py
Naming more consistent with other tools.
1 parent 2ff6f72 commit 3ecf6e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎python/plugins/processing/algs/qgis/Datasources2Vrt.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def defineCharacteristics(self):
6060
"""
6161

6262
# The name that the user will see in the toolbox
63-
self.name = 'Merge datasources in VRT'
63+
self.name = 'Build virtual vector'
6464

6565
# The branch of the toolbox under which the algorithm will appear
6666
self.group = 'Vector general tools'
@@ -78,9 +78,9 @@ def defineCharacteristics(self):
7878

7979
# We add outputs
8080
self.addOutput(OutputFile(self.OUTPUT_VRT_FILE,
81-
self.tr('Output vrt filename')))
81+
self.tr('Virtual vector')))
8282
self.addOutput(OutputString(self.OUTPUT_VRT_STRING,
83-
self.tr('Output vrt string')))
83+
self.tr('Virtual string')))
8484

8585

8686
def processAlgorithm(self, progress):

0 commit comments

Comments
 (0)
Failed to load comments.