diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-08 00:27:12 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-08 00:27:12 +0000 |
commit | 1371a142b193673a9b3d0fc4766249215ae94992 (patch) | |
tree | 586a2fa9685e4e055a225ab1c22b301664760466 /lib | |
parent | b20815e8e2d6d170fecc7143656b22bc68de3780 (diff) |
added filler/guide text to inbox and outbox.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mailbox.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mailbox.php b/lib/mailbox.php index d77234549..01bbf5721 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -137,6 +137,9 @@ class MailboxAction extends PersonalAction $message->free(); unset($message); } + else { + $this->element('p', 'guide', _('You have no private messages. You can send private message to engage other users in conversation. People can send you messages for your eyes only.')); + } } function getMessages() |