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