From 7f27492d787ea6622e8bc9a54d5fe1c3a5794832 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 15 Sep 2009 14:10:02 +0200 Subject: Handler::Producers: Fixed typo in maketext identifyer --- lib/VNDB/Handler/Producers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNDB/Handler') 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}; -- cgit v1.2.3