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

This commit is contained in:
Jaime J. Denizard 2024-05-15 23:04:17 -04:00 committed by GitHub
parent 454d4c9fa0
commit 1483e4f88e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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>