UI: Rename screenshot size options

This commit is contained in:
JordanTheToaster 2024-03-13 09:59:23 +00:00 committed by lightningterror
parent 6f1048d6fd
commit 3ca9680c88
1 changed files with 3 additions and 3 deletions

View File

@ -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>