]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
SnowyOwl noticed that the word "Bug" appeared raw in the title of some errors I check...
authormkanat%bugzilla.org <>
Sat, 31 Jan 2009 03:26:56 +0000 (03:26 +0000)
committermkanat%bugzilla.org <>
Sat, 31 Jan 2009 03:26:56 +0000 (03:26 +0000)
template/en/default/global/user-error.html.tmpl

index 8b7d8e6ff35e91cc404030564ea69ea06308e287..0606857dd723912b5e93ddbd7d3502ababe95f63 100644 (file)
     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".
     [% 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.