Skip to content
Permalink
Browse files
[dbmanager] rename tree label to providers for clarity
  • Loading branch information
nirvn committed Jul 2, 2018
1 parent 53d4ad3 commit 94d34bb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -393,7 +393,7 @@ def setupUi(self):
self.layout.addWidget(self.infoBar, 0, 0, 1, 1)

# create database tree
self.dock = QDockWidget(self.tr("Tree"), self)
self.dock = QDockWidget(self.tr("Providers"), self)
self.dock.setObjectName("DB_Manager_DBView")
self.dock.setFeatures(QDockWidget.DockWidgetMovable)
self.tree = DBTree(self)

0 comments on commit 94d34bb

Please sign in to comment.