From: aroquen Date: Sun, 26 Jul 2015 09:10:30 +0000 (+0200) Subject: Page notice message as instructions class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0abce9bc8d6e21f0f15557ed083bc80460d3867;p=quix0rs-gnu-social.git Page notice message as instructions class --- diff --git a/actions/usergroups.php b/actions/usergroups.php index 84f159f38d..746f992aae 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -65,13 +65,13 @@ class UsergroupsAction extends GalleryAction function showPageNotice() { if ($this->scoped instanceof Profile && $this->scoped->sameAs($this->getTarget())) { - $this->element('p', null, + $this->element('p', 'instructions', // TRANS: Page notice for page with an overview of all subscribed groups // TRANS: of the logged in user's own profile. _('These are the groups whose notices '. 'you listen to.')); } else { - $this->element('p', null, + $this->element('p', 'instructions', // TRANS: Page notice for page with an overview of all groups a user other // TRANS: than the logged in user. %s is the user nickname. sprintf(_('These are the groups whose '.