]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 17 Apr 2011 00:09:47 +0000 (02:09 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 17 Apr 2011 00:09:47 +0000 (02:09 +0200)
actions/peopletagsforuser.php

index 5fe090bf4d5c39fee5ae05d0849978d379a73fb9..6496bb0906fc0457d27a107ed4f67b0944a7398b 100644 (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));