mirror of https://github.com/PCSX2/pcsx2.git
UI: Rename screenshot size options
This commit is contained in:
parent
6f1048d6fd
commit
3ca9680c88
|
@ -399,17 +399,17 @@
|
|||
<widget class="QComboBox" name="screenshotSize">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Screen Resolution</string>
|
||||
<string>Window Resolution (Aspect Corrected)</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Internal Resolution</string>
|
||||
<string>Internal Resolution (Aspect Corrected)</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Internal Resolution (Aspect Uncorrected)</string>
|
||||
<string>Internal Resolution (No Aspect Correction)</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in New Issue