diff options
author | timeless%mozdev.org <> | 2006-03-22 13:41:00 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-03-22 13:41:00 +0100 |
commit | f9b44a9951ab335f03f80e96850f188817ed4011 (patch) | |
tree | 5e74adf66e86bb266e11320ee11f7772370937bb /template/en | |
parent | 21f9f93fc8a01135294244d8cc39d0ec469cb7f3 (diff) | |
download | bugzilla-f9b44a9951ab335f03f80e96850f188817ed4011.tar.gz bugzilla-f9b44a9951ab335f03f80e96850f188817ed4011.tar.xz |
Bug 330837 Fix sudo_in_progress to not say "an sudo"
patch by gijskruitbosch+bugs@gmail.com r=lpsolit a=myk
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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" %] |