]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change hidden label for site content license link
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 26 Aug 2009 14:51:44 +0000 (10:51 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 26 Aug 2009 14:51:44 +0000 (10:51 -0400)
lib/action.php

index 4033b6578bad2b2c89e65faab98fcbe9d45cfaf7..fafb2c6fc4c131a2340ed2bce2fcef0e22879779 100644 (file)
@@ -781,7 +781,7 @@ class Action extends HTMLOutputter // lawsuit
      */
     function showContentLicense()
     {
-        $this->element('dt', array('id' => 'site_content_license'), _('StatusNet software license'));
+        $this->element('dt', array('id' => 'site_content_license'), _('Site content license'));
         $this->elementStart('dd', array('id' => 'site_content_license_cc'));
         $this->elementStart('p');
         $this->element('img', array('id' => 'license_cc',