diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-29 20:59:30 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-29 20:59:30 +0000 |
commit | 4a2d26f044bf931994010a68f5b38338f585b159 (patch) | |
tree | 3a8981b0f60019b8d05b2497704c82dd3de40df9 /lib/mauve/alert.rb | |
parent | 80dc93d4d691579cc5be72a9bb015dd6beb1581e (diff) |
Tidied up history entries
Diffstat (limited to 'lib/mauve/alert.rb')
-rw-r--r-- | lib/mauve/alert.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mauve/alert.rb b/lib/mauve/alert.rb index 078fed4..8ccc045 100644 --- a/lib/mauve/alert.rb +++ b/lib/mauve/alert.rb @@ -354,9 +354,9 @@ module Mauve # Add a note saying that notifications have been suppressed # if !should_notify - history.event += " notifications suppressed" + history.event += " (notifications not required)" elsif self.suppressed? - history.event += " notifications suppressed until #{self.suppress_until}" + history.event += " (notifications suppressed until #{self.suppress_until.to_s_human})" end end |