Merge pull request #1055 from felisucoibi/master

Changed prefixes and sufixes for starting with and ending with …
This commit is contained in:
csoler 2017-09-30 18:28:24 +02:00 committed by GitHub
commit 06ebaa5958

View file

@ -126,7 +126,7 @@
<item> <item>
<widget class="QCheckBox" name="suffixesIgnoreList_CB"> <widget class="QCheckBox" name="suffixesIgnoreList_CB">
<property name="text"> <property name="text">
<string>ignore files with these suffixes:</string> <string>Ignore files ending with:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -144,7 +144,7 @@
<item> <item>
<widget class="QCheckBox" name="prefixesIgnoreList_CB"> <widget class="QCheckBox" name="prefixesIgnoreList_CB">
<property name="text"> <property name="text">
<string>ignore files with these prefixes:</string> <string>ignore files starting with:</string>
</property> </property>
</widget> </widget>
</item> </item>