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

Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
This commit is contained in:
Matthias Kuhn 2019-10-05 12:23:05 +02:00
parent da31655549
commit c9133ee75d

View File

@ -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):