X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fusergroups.php;h=97faabae65ad9cd7f02ab1c5cc0cba3d04a21fa1;hb=fa9ae594454793b20c22959750043d19224c9ff4;hp=504226143280bfff9f11e03b9cf2a5e3ca96632c;hpb=0c4dbf158812da899ffe7969e0f2287bfc15ec5e;p=quix0rs-gnu-social.git diff --git a/actions/usergroups.php b/actions/usergroups.php index 5042261432..97faabae65 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -59,9 +59,9 @@ class UsergroupsAction extends OwnerDesignAction function title() { if ($this->page == 1) { - return sprintf(_("%s groups"), $this->user->nickname); + return sprintf(_('%s groups'), $this->user->nickname); } else { - return sprintf(_("%1$s groups, page %2$d"), + return sprintf(_('%1$s groups, page %2$d'), $this->user->nickname, $this->page); }