Merge pull request #235 from homocomputeris/feature_find_duplicates_wording

Refine wording in Find duplicates
This commit is contained in:
Damien Elmes 2018-04-30 12:29:40 +10:00 committed by GitHub
commit 0be03696d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,14 +22,14 @@
<item row="2" column="1"> <item row="2" column="1">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Optional limit:</string> <string>Optional filter:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Look in field:</string> <string>Search in:</string>
</property> </property>
</widget> </widget>
</item> </item>