]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupsnav.php
Add translator documentation.
[quix0rs-gnu-social.git] / lib / groupsnav.php
index bedb9f9b6ebd7b9a557cd954677025c1f3af3118..3d282f5e1d88aa1b10d968ae1b70ea31f4b7a0cd 100644 (file)
@@ -84,8 +84,10 @@ class GroupsNav extends MoreMenu
     function seeAllItem() {
         return array('usergroups',
                      array('nickname' => $this->user->nickname),
+                     // TRANS: Link description for seeing all groups.
                      _('See all'),
-                     _('See all groups you belong to'));
+                     // TRANS: Link title for seeing all groups.
+                     _('See all groups you belong to.'));
     }
-    
+
 }