summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-07 10:35:35 +0100
committerYorhel <git@yorhel.nl>2008-12-07 10:35:35 +0100
commitb0a488094a0a1e799008e086b87a8fc385e57173 (patch)
tree9a73e1db8395ec76a49dd9193f34ba6ab4b148ba /data/global.pl
parentd5f223966e75aa2fe191e7bac324a7ad77188c19 (diff)
Vote descriptions
Based on the ratings on animenewsnetwork.
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index afabc5d5..44e2d5e1 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -184,6 +184,18 @@ our %S = (
pa => [ 'Patch', 0 ],
otc => [ 'Other (console)', 0 ],
},
+ votes => [
+ 'worst ever',
+ 'awful',
+ 'bad',
+ 'weak',
+ 'so-so',
+ 'decent',
+ 'good',
+ 'very good',
+ 'excellent',
+ 'masterpiece',
+ ],
);