]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Follow-up to bug 418863 -- use [% terms.Bug %] instead of Bug.
authorreed%reedloden.com <>
Thu, 28 Feb 2008 03:26:28 +0000 (03:26 +0000)
committerreed%reedloden.com <>
Thu, 28 Feb 2008 03:26:28 +0000 (03:26 +0000)
template/en/default/global/user-error.html.tmpl

index bb568e54b7ce2162d97287fb39c2b2e81f3ea5e8..153df0d482179df7903e0e85bd65e15d6075e273 100644 (file)
     Sorry, classification is not enabled.
 
   [% ELSIF error == "bug_status_not_allowed" %]
-    [% title = "Bug Status Not Allowed" %]
+    [% title = "[% terms.Bug %] Status Not Allowed" %]
     You cannot mark open [% terms.bugs %] as [% status_descs.$status FILTER html %].
     You have to mark them as [% status_descs.RESOLVED FILTER html %] first.