summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-01-31 04:26:56 +0100
committermkanat%bugzilla.org <>2009-01-31 04:26:56 +0100
commitf5458cdc65aa69d9e7326b646fcf0de9c62105d7 (patch)
tree868bf19cf6a41c5a0aee9ca0889958ff3797ecf8 /template
parent8b5d0f889aeaeb254bb6fd01c6ce729de04f0e48 (diff)
downloadbugzilla-f5458cdc65aa69d9e7326b646fcf0de9c62105d7.tar.gz
bugzilla-f5458cdc65aa69d9e7326b646fcf0de9c62105d7.tar.xz
SnowyOwl noticed that the word "Bug" appeared raw in the title of some errors I checked in as part of bug 472872.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 8b7d8e6ff..0606857dd 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -230,7 +230,7 @@
in to an account</a> with the appropriate permissions.
[% ELSIF error == "bug_url_invalid" %]
- [% title = "Invalid Bug URL" %]
+ [% title = "Invalid $terms.Bug URL" %]
<code>[% url FILTER html %]</code> is not a valid URL to [% terms.abug %].
[% IF reason == 'http' %]
URLs must start with "http" or "https".
@@ -242,7 +242,7 @@
[% END %]
[% ELSIF error == "bug_url_too_long" %]
- [% title = "Invalid Bug URL" %]
+ [% title = "Invalid $terms.Bug URL" %]
[% terms.Bug %] URLs can not be longer than
[%+ constants.MAX_BUG_URL_LENGTH FILTER none %] characters long.
<code>[% url FILTER html %]</code> is too long.