GUI; Tweaked button texts
This commit is contained in:
parent
9ec5ae2929
commit
2b05059307
|
@ -661,14 +661,14 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="mBtnAddIgnorePath">
|
<widget class="QPushButton" name="mBtnAddIgnorePath">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Add folder...</string>
|
<string>Exclude folder...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="mBtnAddIgnoreFile">
|
<widget class="QPushButton" name="mBtnAddIgnoreFile">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Add file...</string>
|
<string>Exclude file...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue