mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix anti blur tooltip.
This commit is contained in:
parent
122423e535
commit
2908c97432
|
@ -326,7 +326,7 @@
|
|||
<item row="4" column="1">
|
||||
<widget class="QCheckBox" name="PCRTCAntiBlur">
|
||||
<property name="toolTip">
|
||||
<string>Enables internal Anti-Blur hacks. LEss accurate to PS2 rendering but will make a lot of games look less blurry.</string>
|
||||
<string>Enables internal Anti-Blur hacks. Less accurate to PS2 rendering but will make a lot of games look less blurry.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Anti-Blur</string>
|
||||
|
|
Loading…
Reference in New Issue