Skip to content

Commit

Permalink
[DBManager] "Drop existing table" option in Import vector dialog is n…
Browse files Browse the repository at this point in the history
…ow named "Replace existing table" (fix #12961)
  • Loading branch information
brushtyler committed Sep 3, 2015
1 parent 80a13e3 commit 13e1959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/db_manager/ui/DlgImportVector.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>482</width>
<height>436</height>
<height>496</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -256,7 +256,7 @@
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="chkDropTable">
<property name="text">
<string>Drop existing table</string>
<string>Replace existing table</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 13e1959

Please sign in to comment.