From 827fdc63a0a2c4160a4cffaacecbc52074cd3813 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 16 Sep 2008 16:07:03 -0400 Subject: instructions for inbox and outbox darcs-hash:20080916200703-84dde-4984552dfc6865f6660d45670af6e3dc56395ff5.gz --- actions/outbox.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actions/outbox.php') diff --git a/actions/outbox.php b/actions/outbox.php index b09cd2032..5fdd43ddc 100644 --- a/actions/outbox.php +++ b/actions/outbox.php @@ -47,4 +47,9 @@ class OutboxAction extends MailboxAction { function get_message_profile($message) { return $message->getTo(); } + + function get_instructions() { + return _('This is your outbox, which lists private messages you have sent.'); + } + } -- cgit v1.2.3-54-g00ecf