mirror of https://github.com/PCSX2/pcsx2.git
Qt: Rename "Enable" to "Apply" for WS/NI patches (#11236)
This commit is contained in:
parent
454d4c9fa0
commit
1483e4f88e
|
@ -356,14 +356,14 @@
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="widescreenPatches">
|
<widget class="QCheckBox" name="widescreenPatches">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable Widescreen Patches</string>
|
<string>Apply Widescreen Patches</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QCheckBox" name="noInterlacingPatches">
|
<widget class="QCheckBox" name="noInterlacingPatches">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable No-Interlacing Patches</string>
|
<string>Apply No-Interlacing Patches</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue