Merge branch '0.9.x' into 1.0.x
This commit is contained in:
@@ -61,12 +61,7 @@ class AllmapAction extends MapAction
|
||||
|
||||
function title()
|
||||
{
|
||||
if (!empty($this->profile->fullname)) {
|
||||
// @todo FIXME: Bad i18n. Should be "%1$s (%2$s)".
|
||||
$base = $this->profile->fullname . ' (' . $this->user->nickname . ') ';
|
||||
} else {
|
||||
$base = $this->user->nickname;
|
||||
}
|
||||
$base = $this->profile->getFancyName();
|
||||
|
||||
if ($this->page == 1) {
|
||||
// TRANS: Page title.
|
||||
|
@@ -58,12 +58,7 @@ class UsermapAction extends MapAction
|
||||
|
||||
function title()
|
||||
{
|
||||
if (!empty($this->profile->fullname)) {
|
||||
// @todo FIXME: Bad i18n. Should be '%1$s (%2$s)'
|
||||
$base = $this->profile->fullname . ' (' . $this->user->nickname . ')';
|
||||
} else {
|
||||
$base = $this->user->nickname;
|
||||
}
|
||||
$base = $this->profile->getFancyName();
|
||||
|
||||
if ($this->page == 1) {
|
||||
// @todo CHECKME: inconsisten with paged variant below. " map" missing.
|
||||
|
Reference in New Issue
Block a user