Add/update translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-04-17 13:00:52 +02:00
parent d26d408304
commit 25e38ebeca
1 changed files with 2 additions and 1 deletions

View File

@ -65,9 +65,10 @@ class PeopletagsForUserSection extends PeopletagSection
$user = common_current_user();
if (!empty($user) && $this->profile->id == $user->id) {
// TRANS: Title for page that displays which lists current user is part of.
return sprintf(_('Lists with you'));
}
// TRANS: Title for page that displays which people tags a user has been tagged with.
// TRANS: Title for page that displays which lists a user is part of.
// TRANS: %s is a profile name.
return sprintf(_('Lists with %s'), $this->profile->getBestName());
}