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__()