From 4d8762138eb65d5bff19bc29c46cbe94622d52d7 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Thu, 28 Feb 2008 03:26:28 +0000 Subject: [PATCH] Follow-up to bug 418863 -- use [% terms.Bug %] instead of Bug. --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index bb568e54b7..153df0d482 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -251,7 +251,7 @@ 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. -- 2.47.2