forked from GNUsocial/gnu-social
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()
|
function title()
|
||||||
{
|
{
|
||||||
if ($this->page > 1) {
|
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 {
|
} else {
|
||||||
return sprintf(_("%s and friends"), $this->user->nickname);
|
return sprintf(_("%s and friends"), $this->user->nickname);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user