Revision 1e26eceb trunk/Pithos.Core/IStatusNotification.cs

b/trunk/Pithos.Core/IStatusNotification.cs
94 94
    {
95 95
        
96 96
    }
97

  
98
    public class ExpirationNotification:Notification<AccountSettings>
99
    {
100
        public ExpirationNotification(AccountSettings account)
101
        {
102
            Data = account;
103
            Level = TraceLevel.Error;
104
            Title = "Account key expired";
105
            Message = string.Format("Please renew the key for the account {0} from the Preferences page", account.AccountName);
106
        }
107
    }
97 108
}

Also available in: Unified diff