From: Evan Prodromou Date: Wed, 26 Aug 2009 14:51:44 +0000 (-0400) Subject: change hidden label for site content license link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b04bc29c3a369006fdf024677c8f8fbb11088030;p=quix0rs-gnu-social.git change hidden label for site content license link --- diff --git a/lib/action.php b/lib/action.php index 4033b6578b..fafb2c6fc4 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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',