fix interpolation for positional arguments in showstream
This commit is contained in:
parent
536170d788
commit
e400437d57
|
@ -76,7 +76,7 @@ class ShowstreamAction extends ProfileAction
|
|||
if ($this->page == 1) {
|
||||
return $base;
|
||||
} else {
|
||||
return sprintf(_("%1$s, page %2$d"),
|
||||
return sprintf(_('%1$s, page %2$d'),
|
||||
$base,
|
||||
$this->page);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user