Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dbmanager] rename tree label to providers for clarity
  • Loading branch information
nirvn committed Jul 2, 2018
1 parent 7e8ec00 commit 48d897f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_manager.py
Expand Up @@ -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)
Expand Down

0 comments on commit 48d897f

Please sign in to comment.