summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-15 14:10:02 +0200
committerYorhel <git@yorhel.nl>2009-09-15 14:10:02 +0200
commit7f27492d787ea6622e8bc9a54d5fe1c3a5794832 (patch)
treeaa45652ae416dc2c5f53f997f3d23072beeef71d
parent806e61b5e5c4b333b4a514b1a1425a8477bf7bbe (diff)
Handler::Producers: Fixed typo in maketext identifyer
-rw-r--r--lib/VNDB/Handler/Producers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Producers.pm b/lib/VNDB/Handler/Producers.pm
index 71512e10..48ebe217 100644
--- a/lib/VNDB/Handler/Producers.pm
+++ b/lib/VNDB/Handler/Producers.pm
@@ -49,7 +49,7 @@ sub page {
h2 class => 'alttitle', $p->{original} if $p->{original};
p class => 'center';
txt mt '_prodpage_langtype', mt("_lang_$p->{lang}"), mt "_ptype_$p->{type}";
- txt "\n".mt '_progpage_aliases', $p->{alias} if $p->{alias};
+ txt "\n".mt '_prodpage_aliases', $p->{alias} if $p->{alias};
if($p->{website}) {
txt "\n";
a href => $p->{website}, $p->{website};