From f9b44a9951ab335f03f80e96850f188817ed4011 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Wed, 22 Mar 2006 12:41:00 +0000 Subject: Bug 330837 Fix sudo_in_progress to not say "an sudo" patch by gijskruitbosch+bugs@gmail.com r=lpsolit a=myk --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 190b5d125..03215aa5d 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1224,7 +1224,7 @@ [% ELSIF error == "sudo_in_progress" %] [% title = "Session In Progress" %] - An sudo session (impersonating [% target FILTER html %]) is in progress. + A sudo session (impersonating [% target FILTER html %]) is in progress. End that session (using the link in the footer) before starting a new one. [% ELSIF error == "sudo_password_required" %] -- cgit v1.2.3-24-g4f1b