]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
global search and replace for laconica -> statusnet
[quix0rs-gnu-social.git] / lib / action.php
index dd9d87a6c24a17f85086c7f05d4ebd66de72fa35..a99c885dd6db3d63e31545ee7ed2f7ba9905fcef 100644 (file)
@@ -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%%). ');