Skip to content

Commit 1fd43c4

Browse files
author
Giovanni Manghi
committed
better name for tool
1 parent dfc5670 commit 1fd43c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/gdal/ogr2ogrtabletopostgislist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def dbConnectionNames(self):
7070
return settings.childGroups()
7171

7272
def defineCharacteristics(self):
73-
self.name = 'Import layer/table as table into PostGIS database (available connections)'
73+
self.name = 'Import layer/table as geometryless table into PostgreSQL database'
7474
self.group = '[OGR] Miscellaneous'
7575
self.DB_CONNECTIONS = self.dbConnectionNames()
7676
self.addParameter(ParameterSelection(self.DATABASE,

0 commit comments

Comments
 (0)