Skip to content

Commit

Permalink
better name for tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Mar 1, 2015
1 parent dfc5670 commit 1fd43c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ def dbConnectionNames(self):
return settings.childGroups()

def defineCharacteristics(self):
self.name = 'Import layer/table as table into PostGIS database (available connections)'
self.name = 'Import layer/table as geometryless table into PostgreSQL database'
self.group = '[OGR] Miscellaneous'
self.DB_CONNECTIONS = self.dbConnectionNames()
self.addParameter(ParameterSelection(self.DATABASE,
Expand Down

0 comments on commit 1fd43c4

Please sign in to comment.