From: Siebrand Mazeland Date: Sun, 17 Apr 2011 00:09:47 +0000 (+0200) Subject: Fix translator documentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=271881d4dc391e22c15f9797abfb22476c784256;p=quix0rs-gnu-social.git Fix translator documentation. --- 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));