Skip to content

Commit

Permalink
Changed in in DB Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
pcav committed Jan 29, 2018
1 parent 77163ba commit 3b39dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Add Versioning Support to a Table</string>
<string>Add Change Logging Support to a Table</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0" rowspan="2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

def load(db, mainwindow):
# add the action to the DBManager menu
action = QAction(QIcon(), QApplication.translate("DBManagerPlugin", "&Versioning"), db)
action = QAction(QIcon(), QApplication.translate("DBManagerPlugin", "&Change logging"), db)
mainwindow.registerAction(action, QApplication.translate("DBManagerPlugin", "&Table"), run)


Expand Down

0 comments on commit 3b39dcf

Please sign in to comment.