summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/LayoutHTML.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/Util/LayoutHTML.pm
parent00302970ff88d28c4ecb1009ec48895d75e164fe (diff)
L10N: Translated the 'ALL' char and fixed footer TL bug
Diffstat (limited to 'lib/VNDB/Util/LayoutHTML.pm')
-rw-r--r--lib/VNDB/Util/LayoutHTML.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/Util/LayoutHTML.pm b/lib/VNDB/Util/LayoutHTML.pm
index 72e3fbef..85971ba9 100644
--- a/lib/VNDB/Util/LayoutHTML.pm
+++ b/lib/VNDB/Util/LayoutHTML.pm
@@ -156,11 +156,11 @@ sub htmlFooter {
}
txt "vndb $self->{version} | ";
- a href => '/d7', 'about us';
+ a href => '/d7', mt '_footer_aboutus';
txt ' | ';
a href => "mailto:$self->{admin_email}", $self->{admin_email};
txt ' | ';
- a href => $self->{source_url}, 'source';
+ a href => $self->{source_url}, mt '_footer_source';
end;
end; # /div maincontent
end; # /body