]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/peopletagsforusersection.php
Update/add translator documentation.
[quix0rs-gnu-social.git] / lib / peopletagsforusersection.php
index f074248728dd27fe96b43daabca08d528da83e48..fef469eb8daaf096520110ebb1c42f69101a7dbb 100644 (file)
@@ -39,7 +39,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  */
-
 class PeopletagsForUserSection extends PeopletagSection
 {
     var $profile=null;
@@ -67,10 +66,11 @@ class PeopletagsForUserSection extends PeopletagSection
         if ($this->profile->id == common_current_user()->id) {
             $name = 'you';
         }
+        // TRANS: Title for page that displays which people tags a user has been tagged with.
+        // TRANS: %s is a profile name.
         return sprintf(_('People tags for %s'), $name);
     }
 
-
     function link()
     {
         return common_local_url('peopletagsforuser',