From 55a153941cd84de61fa70d73cde527c3aff5a63c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 5 Jan 2018 09:51:55 +0100 Subject: 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. --- data/global.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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 -- cgit v1.2.3