Skip to content

Commit

Permalink
Update Datasources2Vrt.py
Browse files Browse the repository at this point in the history
Remove out-of-date statement from help.
  • Loading branch information
AlisterH authored Nov 25, 2024
1 parent a4dca08 commit 6f8f1f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/algs/gdal/Datasources2Vrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def tags(self):
return ['ogr', 'gdal', 'vrt', 'create']

def shortHelpString(self):
return self.tr("This algorithm creates a virtual layer that contains a set of vector layers.\n\n"
"The output virtual layer will not be opened in the current project.")
return self.tr("This algorithm creates a virtual layer that contains a set of vector layers.")

def __init__(self):
super().__init__()
Expand Down

0 comments on commit 6f8f1f9

Please sign in to comment.