From: sarven Date: Sun, 18 Jan 2009 19:58:28 +0000 (+0000) Subject: Using config site name for creative commons bit. Fix i18n. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5426c4ec6a8691969fbb704056ea87ad85021b79;p=quix0rs-gnu-social.git Using config site name for creative commons bit. Fix i18n. --- diff --git a/lib/action.php b/lib/action.php index e62a032b60..320814a8a0 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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')),