From: Robin Millette Date: Wed, 8 Apr 2009 00:27:12 +0000 (+0000) Subject: added filler/guide text to inbox and outbox. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1371a142b193673a9b3d0fc4766249215ae94992;p=quix0rs-gnu-social.git added filler/guide text to inbox and outbox. --- diff --git a/lib/mailbox.php b/lib/mailbox.php index d77234549a..01bbf5721a 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()