X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpeopletagnav.php;h=c2e3d1f26851b616cdc82f425801d1115d8706d0;hb=73dbc5ca1b203758693f73d6423fea71ef6b6fb6;hp=cc03b59a3563bf81ebe2bd59468cddcdb3f98844;hpb=41a883aeab970b1fe27c67524e04590456ddc92b;p=quix0rs-gnu-social.git diff --git a/lib/peopletagnav.php b/lib/peopletagnav.php index cc03b59a35..c2e3d1f268 100644 --- a/lib/peopletagnav.php +++ b/lib/peopletagnav.php @@ -77,26 +77,28 @@ class PeopletagNav extends Menu // TRANS: Menu item in the group navigation page. _m('MENU','List Subscriptions'), // TRANS: Tooltip for menu item in the group navigation page. - // TRANS: %s is the nickname of the group. - sprintf(_m('TOOLTIP','Lists subscribed to by %s'), $nickname), + // TRANS: %s is a user nickname. + sprintf(_m('TOOLTIP','Lists subscribed to by %s.'), $nickname), $action_name == 'peopletagsubscriptions', 'nav_list_group'); $this->out->menuItem(common_local_url('peopletagsforuser', array('nickname' => $nickname)), // TRANS: Menu item in the group navigation page. + // TRANS: %s is a user nickname. sprintf(_m('MENU','Lists with %s'), $nickname), // TRANS: Tooltip for menu item in the group navigation page. - // TRANS: %s is the nickname of the group. - sprintf(_m('TOOLTIP','Lists with %s'), $nickname), + // TRANS: %s is a user nickname. + sprintf(_m('TOOLTIP','Lists with %s.'), $nickname), $action_name == 'peopletagsforuser', 'nav_lists_with'); $this->out->menuItem(common_local_url('peopletagsbyuser', array('nickname' => $nickname)), // TRANS: Menu item in the group navigation page. + // TRANS: %s is a user nickname. sprintf(_m('MENU','Lists by %s'), $nickname), // TRANS: Tooltip for menu item in the group navigation page. - // TRANS: %s is the nickname of the group. - sprintf(_m('TOOLTIP','Lists by %s'), $nickname), + // TRANS: %s is a user nickname. + sprintf(_m('TOOLTIP','Lists by %s.'), $nickname), $action_name == 'peopletagsbyuser', 'nav_lists_by'); Event::handle('EndGroupGroupNav', array($this));