From b0abce9bc8d6e21f0f15557ed083bc80460d3867 Mon Sep 17 00:00:00 2001 From: aroquen Date: Sun, 26 Jul 2015 11:10:30 +0200 Subject: [PATCH] Page notice message as instructions class --- actions/usergroups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '. -- 2.39.5