X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletag.php;h=4ba1dc0f1f71327aba61394b74f4192a3f8171be;hb=a85a3ddc725a99ea182e86ec65f6be574752b18f;hp=6dbbc926161c87b9c31b5b9d9d51d2764965fc9f;hpb=df86aa721455fde537608d5faeaaf92075afb738;p=quix0rs-gnu-social.git diff --git a/actions/peopletag.php b/actions/peopletag.php index 6dbbc92616..4ba1dc0f1f 100644 --- a/actions/peopletag.php +++ b/actions/peopletag.php @@ -141,7 +141,7 @@ class PeopletagAction extends Action */ function title() { - return sprintf(_('Users self-tagged with %s - page %d'), + return sprintf(_('Users self-tagged with %1$s - page %2$d'), $this->tag, $this->page); }