Bug 162216 - colchange.cgi, buglist.cgi and page.cgi messages should be l10nable. Patch by burnus; r=gerv.
git-svn-id: svn://10.0.0.236/trunk@127358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -52,8 +52,7 @@ if (defined $::FORM{'id'}) {
|
||||
}
|
||||
}
|
||||
|
||||
$vars->{'title'} = "Page not found";
|
||||
$vars->{'message'} = "The page you requested cannot be found.";
|
||||
$vars->{'message'} = "page_not_found";
|
||||
|
||||
$template->process("global/message.html.tmpl", $vars)
|
||||
|| ThrowTemplateError($template->error());
|
||||
|
||||
Reference in New Issue
Block a user