Skip to content

Commit f0d1c26

Browse files
committed
[dbmanager] rename QGIS layers to Project layers for the virtual layer connection
1 parent eb55215 commit f0d1c26

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/db_manager/db_plugins/vlayers

1 file changed

+1
-1
lines changed

python/plugins/db_manager/db_plugins/vlayers/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def connectionSettingsKey(self):
6060

6161
@classmethod
6262
def connections(self):
63-
return [VLayerDBPlugin(QCoreApplication.translate('db_manager', 'QGIS layers'))]
63+
return [VLayerDBPlugin(QCoreApplication.translate('db_manager', 'Project layers'))]
6464

6565
def databasesFactory(self, connection, uri):
6666
return FakeDatabase(connection, uri)

0 commit comments

Comments
 (0)