summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Misc.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-17 14:23:24 +0200
committerYorhel <git@yorhel.nl>2009-08-17 16:27:17 +0200
commitdfb287e824c1f478138b00b78a8079c1f4cab71e (patch)
tree574723c9a7b9def8f20f4bc499ee15a4ce66c44c /lib/VNDB/Handler/Misc.pm
parent4319d644d0056134ab4b397f5d2cf365c1e3bb1f (diff)
L10N: Converted Handler::Misc::nospam
This finishes Handler::Misc.
Diffstat (limited to 'lib/VNDB/Handler/Misc.pm')
-rw-r--r--lib/VNDB/Handler/Misc.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/VNDB/Handler/Misc.pm b/lib/VNDB/Handler/Misc.pm
index fcb6afdf..82e947d7 100644
--- a/lib/VNDB/Handler/Misc.pm
+++ b/lib/VNDB/Handler/Misc.pm
@@ -294,13 +294,13 @@ sub docpage {
sub nospam {
my $self = shift;
- $self->htmlHeader(title => 'Could not send form', noindex => 1);
+ $self->htmlHeader(title => mt '_nospam_title', noindex => 1);
div class => 'mainbox';
- h1 'Could not send form';
+ h1 mt '_nospam_title';
div class => 'warning';
- h2 'Error';
- p 'The form could not be sent, please make sure you have Javascript enabled in your browser.';
+ h2 mt '_nospam_subtitle';
+ p mt '_nospam_msg';
end;
end;