Page notice message as instructions class

This commit is contained in:
aroquen 2015-07-26 11:10:30 +02:00
parent c6f58d432c
commit b0abce9bc8
1 changed files with 2 additions and 2 deletions

View 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 '.