correct title on inbox and outbox
darcs-hash:20080916200942-84dde-257499b7cbc4553d3f4cf5c0eafc891b860a53b8.gz
This commit is contained in:
parent
827fdc63a0
commit
92d6ae6fae
@ -29,6 +29,7 @@ class InboxAction extends MailboxAction {
|
||||
} else {
|
||||
$title = sprintf(_("Inbox for %s"), $user->nickname);
|
||||
}
|
||||
return $title;
|
||||
}
|
||||
|
||||
function get_messages($user, $page) {
|
||||
|
@ -29,6 +29,7 @@ class OutboxAction extends MailboxAction {
|
||||
} else {
|
||||
$title = sprintf(_("Outbox for %s"), $user->nickname);
|
||||
}
|
||||
return $title;
|
||||
}
|
||||
|
||||
function get_messages($user, $page) {
|
||||
|
Loading…
Reference in New Issue
Block a user