From a1e73ab52eb1c5c380e8b1a16923f72773851e0e Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 4 Jul 2009 19:54:10 +0200 Subject: Removed \x{200B} hacks from platforms and categories That hack has been obsoleted now they aren't used in the VN search box anymore. --- data/global.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/global.pl b/data/global.pl index 24b28d8e..7f3ab7a2 100644 --- a/data/global.pl +++ b/data/global.pl @@ -77,7 +77,7 @@ our %S = (%S, g => [ 'Gameplay', { aa => 'NVL', # 0..1 ab => 'ADV', # 0..1 - ac => "Act\x{200B}ion", # Ugliest. Hack. Ever. + ac => "Action", rp => 'RPG', st => 'Strategy', si => 'Simulation', @@ -106,12 +106,12 @@ our %S = (%S, }, 4 ], l => [ 'Place', { # 0..1 ea => 'Earth', - fa => "Fant\x{200B}asy world", + fa => "Fantasy world", sp => 'Space', }, 5 ], h => [ 'Protagonist', { # 0..1 fa => 'Male', - fe => "Fem\x{200B}ale", + fe => "Female", }, 6 ], s => [ 'Sexual content', { aa => 'Sexual content', @@ -176,7 +176,7 @@ our %S = (%S, lin => 'Linux', mac => 'Mac OS', dvd => 'DVD Player', - gba => "Game Boy Ad\x{200B}vance", + gba => "Game Boy Advance", msx => 'MSX', nds => 'Nintendo DS', nes => 'Famicom', -- cgit v1.2.3