summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/global.pl b/data/global.pl
index 2d04d149..0e7b6d8c 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -83,18 +83,18 @@ our %S = (%S,
resolutions => [
# TODO: Make translatable!
[ 'Unknown / console / handheld', '' ],
- [ 'Non-standard', '' ],
- [ '640x480 (480p)', '4:3' ],
- [ '800x600', '4:3' ],
- [ '1024x768', '4:3' ],
- [ '1600x1200', '4:3' ],
- [ '640x400', 'widescreen' ],
- [ '1024x576', 'widescreen' ],
- [ '1024x600', 'widescreen' ],
- [ '1024x640', 'widescreen' ],
- [ '1280x720 (720p)', 'widescreen' ],
- [ '1280x800', 'widescreen' ],
- [ '1920x1080 (1080p)', 'widescreen' ],
+ [ 'Non-standard', '' ],
+ [ '640x480', '4:3' ],
+ [ '800x600', '4:3' ],
+ [ '1024x768', '4:3' ],
+ [ '1600x1200', '4:3' ],
+ [ '640x400', 'widescreen' ],
+ [ '1024x576', 'widescreen' ],
+ [ '1024x600', 'widescreen' ],
+ [ '1024x640', 'widescreen' ],
+ [ '1280x720', 'widescreen' ],
+ [ '1280x800', 'widescreen' ],
+ [ '1920x1080', 'widescreen' ],
],
voiced => [ 0..4 ],
animated => [ 0..4 ],