Commit f9b44a99 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 330837 Fix sudo_in_progress to not say "an sudo"

patch by gijskruitbosch+bugs@gmail.com r=lpsolit a=myk
parent 21f9f93f
...@@ -1224,7 +1224,7 @@ ...@@ -1224,7 +1224,7 @@
[% ELSIF error == "sudo_in_progress" %] [% ELSIF error == "sudo_in_progress" %]
[% title = "Session 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. End that session (using the link in the footer) before starting a new one.
[% ELSIF error == "sudo_password_required" %] [% ELSIF error == "sudo_password_required" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment