summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index dd9d87a6c..a99c885dd 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -754,7 +754,7 @@ class Action extends HTMLOutputter // lawsuit
*/
function showStatusNetLicense()
{
- $this->element('dt', array('id' => 'site_laconica_license'), _('StatusNet software license'));
+ $this->element('dt', array('id' => 'site_statusnet_license'), _('StatusNet software license'));
$this->elementStart('dd', null);
if (common_config('site', 'broughtby')) {
$instr = _('**%%site.name%%** is a microblogging service brought to you by [%%site.broughtby%%](%%site.broughtbyurl%%). ');