summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/global.pl26
1 files changed, 12 insertions, 14 deletions
diff --git a/data/global.pl b/data/global.pl
index 8b1f2776..24b28d8e 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -66,7 +66,7 @@ our %S = (%S,
u => 'Users', # uid
},
vn_lengths => [
- [ 'Unkown', '', '' ],
+ [ 'Unknown', '', '' ],
[ 'Very short', '< 2 hours', 'OMGWTFOTL, A Dream of Summer' ],
[ 'Short', '2 - 10 hours', 'Narcissu, Planetarian' ],
[ 'Medium', '10 - 30 hours', 'Kana: Little Sister' ],
@@ -205,27 +205,25 @@ our %S = (%S,
otc => [ 'Other', 0 ],
},
resolutions => [
- [ 'Unknown', '' ],
- [ '640x480', '4:3' ],
- [ '800x600', '4:3' ],
- [ '1024x768', '4:3' ],
- [ '640x400', 'widescreen' ],
- [ '1024x640', 'widescreen' ],
- [ '1280x720', 'widescreen' ],
- [ '480x272 (PSP)', 'other' ],
- [ '2x256x192 (NDS)', 'other' ],
- [ '640x448 (TV)', 'other' ], # really?
- [ 'Custom', 'other' ],
+ [ 'Unknown / console / handheld', '' ],
+ [ 'Custom', '' ],
+ [ '640x480 (480p)', '4:3' ],
+ [ '800x600', '4:3' ],
+ [ '1024x768', '4:3' ],
+ [ '640x400', 'widescreen' ],
+ [ '1024x640', 'widescreen' ],
+ [ '1280x720 (720p)', 'widescreen' ],
+ [ '1920x1080 (1080p)', 'widescreen' ],
],
voiced => [
'Unknown',
- 'Unvoiced',
+ 'Not voiced',
'Only ero scenes voiced',
'Partially voiced',
'Fully voiced',
],
animated => [
- 'Unkown',
+ 'Unknown',
'No animations',
'Simple animations',
'Some fully animated scenes',