Skip to content

Commit 6a6e366

Browse files
committedSep 21, 2015
[DBManager] in import/export dialog, replace "Drop existing one" text to a more meaningful one (fix #13384)
1 parent 9921126 commit 6a6e366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/plugins/db_manager/ui/DlgExportVector.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<item row="2" column="0" colspan="2">
5757
<widget class="QCheckBox" name="chkDropTable">
5858
<property name="text">
59-
<string>Drop existing one</string>
59+
<string>Replace destination file (if exists)</string>
6060
</property>
6161
</widget>
6262
</item>

‎python/plugins/db_manager/ui/DlgImportVector.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<item row="4" column="0" colspan="2">
264264
<widget class="QCheckBox" name="chkDropTable">
265265
<property name="text">
266-
<string>Replace existing table</string>
266+
<string>Replace destination table (if exists)</string>
267267
</property>
268268
</widget>
269269
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.