Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[DBManager] in import/export dialog, replace "Drop existing one" text…
… to a more meaningful one (fix #13384)
  • Loading branch information
brushtyler committed Sep 21, 2015
1 parent 9921126 commit 6a6e366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/ui/DlgExportVector.ui
Expand Up @@ -56,7 +56,7 @@
<item row="2" column="0" colspan="2"> <item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="chkDropTable"> <widget class="QCheckBox" name="chkDropTable">
<property name="text"> <property name="text">
<string>Drop existing one</string> <string>Replace destination file (if exists)</string>
</property> </property>
</widget> </widget>
</item> </item>
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/db_manager/ui/DlgImportVector.ui
Expand Up @@ -263,7 +263,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>Replace existing table</string> <string>Replace destination table (if exists)</string>
</property> </property>
</widget> </widget>
</item> </item>
Expand Down

0 comments on commit 6a6e366

Please sign in to comment.