mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[DBManager] in import/export dialog, replace "Drop existing one" text to a more meaningful one (fix #13384)
This commit is contained in:
parent
99211262f3
commit
6a6e366c04
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user