X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fusergroups.php;h=6606e76cdb907c641bf8594dbf4fb34c66111e17;hb=a319b40c97c2fd6527eeb81d7d2f2d703756ef80;hp=29bda0a765c289dc107316bd1f1a4a5135346472;hpb=13713a09bbb2cac0c82c2d6602c8820662740218;p=quix0rs-gnu-social.git diff --git a/actions/usergroups.php b/actions/usergroups.php index 29bda0a765..6606e76cdb 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -59,8 +59,10 @@ class UsergroupsAction extends OwnerDesignAction function title() { if ($this->page == 1) { + // TRANS: Message is used as a page title. %s is a nick name. return sprintf(_('%s groups'), $this->user->nickname); } else { + // TRANS: Message is used as a page title. %1$s is a nick name, %2$d is a page number. return sprintf(_('%1$s groups, page %2$d'), $this->user->nickname, $this->page);