[DBManager] in import/export dialog, replace "Drop existing one" text to a more meaningful one (fix #13384)

This commit is contained in:
Giuseppe Sucameli 2015-09-21 21:48:14 +02:00
parent 99211262f3
commit 6a6e366c04
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="chkDropTable">
<property name="text">
<string>Drop existing one</string>
<string>Replace destination file (if exists)</string>
</property>
</widget>
</item>

View File

@ -263,7 +263,7 @@
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="chkDropTable">
<property name="text">
<string>Replace existing table</string>
<string>Replace destination table (if exists)</string>
</property>
</widget>
</item>