summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/ULists.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-16 11:07:38 +0200
committerYorhel <git@yorhel.nl>2009-08-17 16:27:15 +0200
commit596714f864c09d752fc3c72177afaa0138020d6f (patch)
tree9409a0aeb6a75c54f0b853456589e5cc2c651c9f /lib/VNDB/Handler/ULists.pm
parent5684e4821c0e0bdffa523e886e6644649e8f519a (diff)
L10N: Converted user ranks and language names
User ranks are easy... but the language names are used everywhere!
Diffstat (limited to 'lib/VNDB/Handler/ULists.pm')
-rw-r--r--lib/VNDB/Handler/ULists.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/ULists.pm b/lib/VNDB/Handler/ULists.pm
index 2d8e0e0d..65e7fc84 100644
--- a/lib/VNDB/Handler/ULists.pm
+++ b/lib/VNDB/Handler/ULists.pm
@@ -315,7 +315,7 @@ sub _vnlist_browse {
lit datestr $_->{released};
end;
td class => 'tc2';
- cssicon "lang $_", $self->{languages}{$_} for @{$_->{languages}};
+ cssicon "lang $_", mt "_lang_$_" for @{$_->{languages}};
cssicon substr(lc $self->{release_types}[$_->{type}], 0, 3), $self->{release_types}[$_->{type}].' release';
end;
td class => 'tc3';