summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-01-06 15:11:21 +0100
committerYorhel <git@yorhel.nl>2018-01-06 15:11:21 +0100
commit598ae305e40a1e52f34b058d84e0715f4102cb03 (patch)
treec62f4d772282bd3f44c4ea5e3beaa346ad863ecf
parent6bdca2c48da4a29e1ad00a51049877060bca79b8 (diff)
Release icons: Use disc image for UMD
https://vndb.org/t9992.21
-rw-r--r--data/global.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index 4cb388f4..ddebe436 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -192,7 +192,7 @@ our %S;
flp => [ 1, 'Floppy', 'Floppies', 'cartridge'],
mrt => [ 1, 'Cartridge', 'Cartridges', 'cartridge'],
mem => [ 1, 'Memory card', 'Memory cards', 'cartridge'],
- umd => [ 1, 'UMD', 'UMDs', 'cartridge'],
+ umd => [ 1, 'UMD', 'UMDs', 'disk' ],
nod => [ 1, 'Nintendo Optical Disc', 'Nintendo Optical Discs', 'disk' ],
in => [ 0, 'Internet download', '', 'download' ],
otc => [ 0, 'Other', '', 'cartridge'],