From 25e38ebecaa09d4094bb7377c4113eb84c7ff372 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 17 Apr 2011 13:00:52 +0200 Subject: [PATCH] Add/update translator documentation. --- lib/peopletagsforusersection.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/peopletagsforusersection.php b/lib/peopletagsforusersection.php index 8f5edaa51b..e5cd3316c5 100644 --- a/lib/peopletagsforusersection.php +++ b/lib/peopletagsforusersection.php @@ -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()); } -- 2.39.5