[DBManager] "Drop existing table" option in Import vector dialog is now named "Replace existing table" (fix #12961)

This commit is contained in:
Giuseppe Sucameli 2015-09-04 00:43:23 +02:00
parent 80a13e3852
commit 13e1959f4d

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>482</width> <width>482</width>
<height>436</height> <height>496</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -256,7 +256,7 @@
<item row="4" column="0" colspan="2"> <item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="chkDropTable"> <widget class="QCheckBox" name="chkDropTable">
<property name="text"> <property name="text">
<string>Drop existing table</string> <string>Replace existing table</string>
</property> </property>
</widget> </widget>
</item> </item>