summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-01-05 09:51:55 +0100
committerYorhel <git@yorhel.nl>2018-01-05 09:51:58 +0100
commit55a153941cd84de61fa70d73cde527c3aff5a63c (patch)
tree4b6212060d78567427bbc136a72732b90b91bb76
parenta01ba27ca7a77478a325540a5abdc190c820ed10 (diff)
Release icons: Let's use cartridge icon for 'other' after all
This was already the case in the original patch, I broke it with the code style changes.
-rw-r--r--data/global.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index adb079b9..4cb388f4 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -195,7 +195,7 @@ our %S;
umd => [ 1, 'UMD', 'UMDs', 'cartridge'],
nod => [ 1, 'Nintendo Optical Disc', 'Nintendo Optical Discs', 'disk' ],
in => [ 0, 'Internet download', '', 'download' ],
- otc => [ 0, 'Other', '', ],
+ otc => [ 0, 'Other', '', 'cartridge'],
),
resolutions => [
[ 'Unknown / console / handheld', '' ], # hardcoded to 0 in many places