Qt: Rename "Enable" to "Apply" for WS/NI patches (#11236)

This commit is contained in:
Jaime J. Denizard
2024-05-16 13:04:17 +10:00
committed by GitHub
parent 454d4c9fa0
commit 1483e4f88e
+2 -2
View File
@@ -356,14 +356,14 @@
<item row="0" column="0">
<widget class="QCheckBox" name="widescreenPatches">
<property name="text">
<string>Enable Widescreen Patches</string>
<string>Apply Widescreen Patches</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="noInterlacingPatches">
<property name="text">
<string>Enable No-Interlacing Patches</string>
<string>Apply No-Interlacing Patches</string>
</property>
</widget>
</item>