]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profileaction.php
better output for registration confirmation
[quix0rs-gnu-social.git] / lib / profileaction.php
index ed3589d3b82cebafa4a6bdef3a89b5e1702ba7f1..bdd7f9144dda3b887c83de0e44e0ab2821dc1614 100644 (file)
@@ -292,9 +292,9 @@ class ProfileAction extends OwnerDesignAction
                                         array('nickname' => $this->profile->nickname));
 
                 $this->elementStart('h2');
-                // TRANS: H2 text for user list membership statistics.
                 $this->element('a',
                                array('href' => $url),
+                               // TRANS: H2 text for user list membership statistics.
                                _('Lists'));
                 $this->text(' ');
                 $this->text($lists->N);