summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Users.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-24 14:00:56 +0200
committerYorhel <git@yorhel.nl>2009-09-24 14:00:56 +0200
commitd1e395e4197c40b7fd26f1b2dcf75a96d4b2b99e (patch)
tree2264fea8a75ad8e3a18f0e983856ce9b69bfba8f /lib/VNDB/Handler/Users.pm
parent00302970ff88d28c4ecb1009ec48895d75e164fe (diff)
L10N: Translated the 'ALL' char and fixed footer TL bug
Diffstat (limited to 'lib/VNDB/Handler/Users.pm')
-rw-r--r--lib/VNDB/Handler/Users.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index d97c8377..8575771e 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -468,7 +468,7 @@ sub list {
end;
p class => 'browseopts';
for ('all', 'a'..'z', 0) {
- a href => "/u/$_", $_ eq $char ? (class => 'optselected') : (), $_ ? uc $_ : '#';
+ a href => "/u/$_", $_ eq $char ? (class => 'optselected') : (), $_ eq 'all' ? mt('_char_all') : $_ ? uc $_ : '#';
}
end;
end;