diff options
Diffstat (limited to 'actions/inbox.php')
-rw-r--r-- | actions/inbox.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/inbox.php b/actions/inbox.php index 73155efd7..6e38c8064 100644 --- a/actions/inbox.php +++ b/actions/inbox.php @@ -47,4 +47,8 @@ class InboxAction extends MailboxAction { function get_message_profile($message) { return $message->getFrom(); } + + function get_instructions() { + return _('This is your inbox, which lists your incoming private messages.'); + } } |