summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--data/global.pl24
2 files changed, 13 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 739762f9..2511fb99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
- dbScreenshotRandom()
- dbVNGet() with random ordering
- dbRevisionGet() (in most cases)
+ - Removed (p###) from release resolution information
- Bugfix: delete/update all references when deleting a user
2.12 - 2010-11-03
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 ],