]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 330837 Fix sudo_in_progress to not say "an sudo"
authortimeless%mozdev.org <>
Wed, 22 Mar 2006 12:41:00 +0000 (12:41 +0000)
committertimeless%mozdev.org <>
Wed, 22 Mar 2006 12:41:00 +0000 (12:41 +0000)
patch by gijskruitbosch+bugs@gmail.com r=lpsolit a=myk

template/en/default/global/user-error.html.tmpl

index 190b5d125b6d8ca0fd7993e209bab42e482c1c8e..03215aa5d39a328499c46dc20f831ceaa1206b5d 100644 (file)
 
   [% 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" %]