change hidden label for site content license link

This commit is contained in:
Evan Prodromou 2009-08-26 10:51:44 -04:00
parent 6d0a26a407
commit b04bc29c3a
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ class Action extends HTMLOutputter // lawsuit
*/ */
function showContentLicense() 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('dd', array('id' => 'site_content_license_cc'));
$this->elementStart('p'); $this->elementStart('p');
$this->element('img', array('id' => 'license_cc', $this->element('img', array('id' => 'license_cc',