We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb55215 commit f0d1c26Copy full SHA for f0d1c26
python/plugins/db_manager/db_plugins/vlayers/plugin.py
@@ -60,7 +60,7 @@ def connectionSettingsKey(self):
60
61
@classmethod
62
def connections(self):
63
- return [VLayerDBPlugin(QCoreApplication.translate('db_manager', 'QGIS layers'))]
+ return [VLayerDBPlugin(QCoreApplication.translate('db_manager', 'Project layers'))]
64
65
def databasesFactory(self, connection, uri):
66
return FakeDatabase(connection, uri)
0 commit comments