L10n updates.
Whitespace updates.
function seeAllItem() {
return array('usergroups',
array('nickname' => $this->user->nickname),
+ // TRANS: Link description for seeing all groups.
_('See all'),
- _('See all groups you belong to'));
+ // TRANS: Link title for seeing all groups.
+ _('See all groups you belong to.'));
}
-
+
}
{
return 'lists';
}
-
+
function getItems()
{
$items = array();
-
+
while ($this->lists->fetch()) {
$mode = $this->lists->private ? 'private' : 'public';
$items[] = array('showprofiletag',
{
return array('peopletagsbyuser',
array('nickname' => $this->profile->nickname),
+ // TRANS: Link description for seeing all lists.
_('See all'),
- _('See all lists you have created'));
+ // TRANS: Link title for seeing all lists.
+ _('See all lists you have created.'));
}
}