mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Update python/plugins/db_manager/db_plugins/plugin.py
Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
parent
da31655549
commit
c9133ee75d
@ -1178,7 +1178,7 @@ class VectorTable(Table):
|
||||
"""Called whenever a context menu is shown for this table. Can be used to add additional actions to the menu."""
|
||||
|
||||
if self.geomType == 'GEOMETRY':
|
||||
menu.addAction(self.tr("Advanced add layer…"), self.showAdvancedVectorDialog)
|
||||
menu.addAction(self.tr("Add Layer (Advanced)…"), self.showAdvancedVectorDialog)
|
||||
|
||||
|
||||
class RasterTable(Table):
|
||||
|
Loading…
x
Reference in New Issue
Block a user