From 271881d4dc391e22c15f9797abfb22476c784256 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 17 Apr 2011 02:09:47 +0200 Subject: [PATCH] Fix translator documentation. --- actions/peopletagsforuser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/peopletagsforuser.php b/actions/peopletagsforuser.php index 5fe090bf4d..6496bb0906 100644 --- a/actions/peopletagsforuser.php +++ b/actions/peopletagsforuser.php @@ -138,9 +138,9 @@ class PeopletagsforuserAction extends OwnerDesignAction function showEmptyListMessage() { - // TRANS: Message displayed on page that displays lists for a user when there are none. + // TRANS: Message displayed on page that displays lists a user was added to when there are none. // TRANS: This message contains Markdown links in the form [description](links). - // TRANS: %s is a tagger nickname. + // TRANS: %s is a user nickname. $message = sprintf(_('%s has not been [listed](%%%%doc.lists%%%%) by anyone yet.'), $this->tagged->nickname); $this->elementStart('div', 'guide'); $this->raw(common_markup_to_html($message));