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/VNBrowse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNDB/Handler/VNBrowse.pm') diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm index 97d4fe26..2a6d6cd7 100644 --- a/lib/VNDB/Handler/VNBrowse.pm +++ b/lib/VNDB/Handler/VNBrowse.pm @@ -130,7 +130,7 @@ sub _filters { $self->htmlSearchBox('v', $f->{q}); p class => 'browseopts'; for ('all', 'a'..'z', 0) { - a href => "/v/$_", $_ eq $char ? (class => 'optselected') : (), $_ ? uc $_ : '#'; + a href => "/v/$_", $_ eq $char ? (class => 'optselected') : (), $_ eq 'all' ? mt('_char_all') : $_ ? uc $_ : '#'; } end; -- cgit v1.2.3