diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 10:51:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 10:51:44 -0400 |
commit | b04bc29c3a369006fdf024677c8f8fbb11088030 (patch) | |
tree | bcf274fe1e7a0b8897d9529078c3c44cf0911f00 /lib/action.php | |
parent | 6d0a26a407253cc4a2bfefaca56163e5071117fc (diff) |
change hidden label for site content license link
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index 4033b6578..fafb2c6fc 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', |