From 2ceb55fc6cc6cdd71620baf207ff370ff9771c1b Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Thu, 23 Mar 2006 00:09:50 +0000 Subject: [PATCH] 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(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 70ba569f89..4619303c24 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1138,7 +1138,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" %] -- 2.47.2