Skip to content

Commit 13e1959

Browse files
committed
[DBManager] "Drop existing table" option in Import vector dialog is now named "Replace existing table" (fix #12961)
1 parent 80a13e3 commit 13e1959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/db_manager/ui/DlgImportVector.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>482</width>
10-
<height>436</height>
10+
<height>496</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -256,7 +256,7 @@
256256
<item row="4" column="0" colspan="2">
257257
<widget class="QCheckBox" name="chkDropTable">
258258
<property name="text">
259-
<string>Drop existing table</string>
259+
<string>Replace existing table</string>
260260
</property>
261261
</widget>
262262
</item>

0 commit comments

Comments
 (0)