Fix translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-04-17 02:09:47 +02:00
parent f1316677d8
commit 271881d4dc
1 changed files with 2 additions and 2 deletions

View File

@ -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));