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">
|
<widget class="QComboBox" name="screenshotSize">
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Screen Resolution</string>
|
<string>Window Resolution (Aspect Corrected)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Internal Resolution</string>
|
<string>Internal Resolution (Aspect Corrected)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Internal Resolution (Aspect Uncorrected)</string>
|
<string>Internal Resolution (No Aspect Correction)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in New Issue