diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-25 18:53:24 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-25 18:53:24 -0400 |
commit | 3567b9d708971f9075db1fd847158c3c15a04e23 (patch) | |
tree | e19fc5a60290fe7bd38e46b2456ae8c2965e1cac /lib/action.php | |
parent | 99e3b1723bf7d1ece312dd9c3431fa997c6a22b2 (diff) |
global search and replace for laconica -> statusnet
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 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%%). '); |