]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add/update translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 17 Apr 2011 11:00:52 +0000 (13:00 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 17 Apr 2011 11:00:52 +0000 (13:00 +0200)
lib/peopletagsforusersection.php

index 8f5edaa51b9b67d0e389a669f6bd19723fee06c5..e5cd3316c559a7140c9aac137aba2c795b48a208 100644 (file)
@@ -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());
     }