GUI; Tweaked button texts

This commit is contained in:
Daniel Marjamäki 2020-07-18 17:10:39 +02:00
parent 9ec5ae2929
commit 2b05059307
1 changed files with 2 additions and 2 deletions

View File

@ -661,14 +661,14 @@
<item>
<widget class="QPushButton" name="mBtnAddIgnorePath">
<property name="text">
<string>Add folder...</string>
<string>Exclude folder...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mBtnAddIgnoreFile">
<property name="text">
<string>Add file...</string>
<string>Exclude file...</string>
</property>
</widget>
</item>