From d1e395e4197c40b7fd26f1b2dcf75a96d4b2b99e Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 24 Sep 2009 14:00:56 +0200 Subject: L10N: Translated the 'ALL' char and fixed footer TL bug --- lib/VNDB/Handler/Producers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNDB/Handler/Producers.pm') diff --git a/lib/VNDB/Handler/Producers.pm b/lib/VNDB/Handler/Producers.pm index 48ebe217..e6477567 100644 --- a/lib/VNDB/Handler/Producers.pm +++ b/lib/VNDB/Handler/Producers.pm @@ -175,7 +175,7 @@ sub list { end; p class => 'browseopts'; for ('all', 'a'..'z', 0) { - a href => "/p/$_", $_ eq $char ? (class => 'optselected') : (), $_ ? uc $_ : '#'; + a href => "/p/$_", $_ eq $char ? (class => 'optselected') : (), $_ eq 'all' ? mt('_char_all') : $_ ? uc $_ : '#'; } end; end; -- cgit v1.2.3