]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Page notice message as instructions class
authoraroquen <aroquen@sfr.fr>
Sun, 26 Jul 2015 09:10:30 +0000 (11:10 +0200)
committeraroquen <aroquen@sfr.fr>
Sun, 26 Jul 2015 09:10:30 +0000 (11:10 +0200)
actions/usergroups.php

index 84f159f38dfd5aececa100c3a562c1fd9e56aa28..746f992aae74b5938894c3774fe15e3c93a5297c 100644 (file)
@@ -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 '.