diff options
author | gerv%gerv.net <> | 2002-08-15 14:14:31 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-08-15 14:14:31 +0000 |
commit | 24ad858514896ad470e73abe0fa6e97a813efa4e (patch) | |
tree | cdf20ee62ed77e33e4396f6d057a129d11d3b9c5 /page.cgi | |
parent | Bug 162066 - Fix callers of ThrowCodeError to use messages in code-error.html... (diff) | |
download | bugzilla-24ad858514896ad470e73abe0fa6e97a813efa4e.tar.gz bugzilla-24ad858514896ad470e73abe0fa6e97a813efa4e.tar.bz2 bugzilla-24ad858514896ad470e73abe0fa6e97a813efa4e.zip |
Bug 162216 - colchange.cgi, buglist.cgi and page.cgi messages should be l10nable. Patch by burnus; r=gerv.
Diffstat (limited to 'page.cgi')
-rwxr-xr-x | page.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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()); |