Changed prefixes and sifixes for startign with and ending with to be understandable.

On internet software uses starting with and ending with instead of prefixes and sufixes, in literature is ok even in internet sometimes, but when you search for files or filter files you use the filter starting with and ending with, is not prefixes is wrong but less understandable in internet language talking about files.
This commit is contained in:
felisucoibi 2017-09-28 22:42:30 +02:00 committed by GitHub
parent e66c0d1349
commit ef6fd38696

View File

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