summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-04 19:54:10 +0200
committerYorhel <git@yorhel.nl>2009-07-04 19:54:10 +0200
commita1e73ab52eb1c5c380e8b1a16923f72773851e0e (patch)
treefaa6add8ca2c499e0f42c68a76e8fc117c85c8cf
parent7f26d42e6bd1710c8f3521919220b1f1db427bee (diff)
Removed \x{200B} hacks from platforms and categories
That hack has been obsoleted now they aren't used in the VN search box anymore.
-rw-r--r--data/global.pl8
1 files 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',