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

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

index 70ba569f89e1efba4e53417b0cb7913dd880ce94..4619303c249a040cdae708f94bd7c700e1ad57a4 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" %]