change double quotes to single quotes in numbered format string
This commit is contained in:
parent
16742d0fde
commit
30e50439a3
|
@ -81,7 +81,7 @@ class AllAction extends ProfileAction
|
|||
function title()
|
||||
{
|
||||
if ($this->page > 1) {
|
||||
return sprintf(_("%1$s and friends, page %2$d"), $this->user->nickname, $this->page);
|
||||
return sprintf(_('%1$s and friends, page %2$d'), $this->user->nickname, $this->page);
|
||||
} else {
|
||||
return sprintf(_("%s and friends"), $this->user->nickname);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user