Add missing ellipsis to db manager action

This commit is contained in:
Nyall Dawson 2018-05-16 07:45:35 +10:00
parent 408da45877
commit 825a697ecf

View File

@ -37,7 +37,7 @@ class DBManagerPlugin(object):
self.dlg = None
def initGui(self):
self.action = QAction(QgsApplication.getThemeIcon('dbmanager.svg'), QApplication.translate("DBManagerPlugin", "DB Manager"),
self.action = QAction(QgsApplication.getThemeIcon('dbmanager.svg'), QApplication.translate("DBManagerPlugin", "DB Manager"),
self.iface.mainWindow())
self.action.setObjectName("dbManager")