Skip to content

Commit 3b39dcf

Browse files
committed
Changed in in DB Manager
1 parent 77163ba commit 3b39dcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/db_manager/db_plugins/postgis/plugins/versioning/DlgVersioning.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Add Versioning Support to a Table</string>
14+
<string>Add Change Logging Support to a Table</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout_3">
1717
<item row="0" column="0" rowspan="2">

python/plugins/db_manager/db_plugins/postgis/plugins/versioning/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

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

3737

0 commit comments

Comments
 (0)