]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using config site name for creative commons bit. Fix i18n.
authorsarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 19:58:28 +0000 (19:58 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Sun, 18 Jan 2009 19:58:28 +0000 (19:58 +0000)
lib/action.php

index e62a032b6061f696c1afe16598239252ad83e157..320814a8a0e664dbcc78a52258c1ce72a970de3d 100644 (file)
@@ -439,7 +439,8 @@ class Action extends HTMLOutputter // lawsuit
         $this->element('img', array('id' => 'license_cc',
                                     'src' => common_config('license', 'image'),
                                     'alt' => common_config('license', 'title')));
-        $this->text(_('All criti.ca content and data are available under the '));
+        //TODO: This is dirty: i18n
+        $this->text(_('All '.common_config('site', 'name').' content and data are available under the '));
         $this->element('a', array('class' => 'license',
                                   'rel' => 'external license',
                                   'href' => common_config('license', 'url')),