correct title on inbox and outbox

darcs-hash:20080916200942-84dde-257499b7cbc4553d3f4cf5c0eafc891b860a53b8.gz
This commit is contained in:
Evan Prodromou 2008-09-16 16:09:42 -04:00
parent 827fdc63a0
commit 92d6ae6fae
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class InboxAction extends MailboxAction {
} else {
$title = sprintf(_("Inbox for %s"), $user->nickname);
}
return $title;
}
function get_messages($user, $page) {

View File

@ -29,6 +29,7 @@ class OutboxAction extends MailboxAction {
} else {
$title = sprintf(_("Outbox for %s"), $user->nickname);
}
return $title;
}
function get_messages($user, $page) {