X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fusergroups.php;h=6606e76cdb907c641bf8594dbf4fb34c66111e17;hb=f947fe5d0ca7d2ee59c1a81cddccac0846394d85;hp=29bda0a765c289dc107316bd1f1a4a5135346472;hpb=0f1c6e239acbf2c024c3aae9819d891f02b05bfd;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);