mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix type on graphics panel (#5553)
This commit is contained in:
parent
9d51c64d92
commit
664013e7ad
|
@ -777,7 +777,7 @@
|
|||
<widget class="QComboBox" name="roundSprite">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Off (Default</string>
|
||||
<string>Off (Default)</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in New Issue