diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-11-14 18:47:53 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2012-11-14 18:47:53 +0100 |
commit | faa985d64b2f625a62441231118b6933e09797c2 (patch) | |
tree | e81c9cfa55ca281fdbf6dae74d9499fa2087e40e /template/en/default/global | |
parent | aecf0a17d1689d957bc8854e55e499839798446f (diff) | |
download | bugzilla-faa985d64b2f625a62441231118b6933e09797c2.tar.gz bugzilla-faa985d64b2f625a62441231118b6933e09797c2.tar.xz |
Bug 393751: "The sudo session has been ended." needs a rewrite
[r=reed a=LpSolit]
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index f151c3dd4..7dc3767f4 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -831,8 +831,8 @@ [% ELSIF message_tag == "sudo_ended" %] [% title = "Sudo session complete" %] - The sudo session has been ended. From this point forward, everything you - do you do as yourself. + Your sudo session has ended. All future actions will be attributed + to your own account. [% ELSIF message_tag == "series_created" %] [% title = "Series Created" %] |