From 7726067f87dfe4bb13588b7a8093251e7e6d4198 Mon Sep 17 00:00:00 2001 From: AlisterH Date: Mon, 25 Nov 2024 18:53:37 +1300 Subject: [PATCH] Update Datasources2Vrt.py Remove out-of-date statement from help. --- python/plugins/processing/algs/gdal/Datasources2Vrt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/plugins/processing/algs/gdal/Datasources2Vrt.py b/python/plugins/processing/algs/gdal/Datasources2Vrt.py index 3370c65c721c..b8a90f561609 100644 --- a/python/plugins/processing/algs/gdal/Datasources2Vrt.py +++ b/python/plugins/processing/algs/gdal/Datasources2Vrt.py @@ -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__()