summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 19:58:28 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 19:58:28 +0000
commit5426c4ec6a8691969fbb704056ea87ad85021b79 (patch)
treec35f315cfdbfc0447532259404fff2c6494f2b47 /lib/action.php
parent41e5e7e912fb93bc618a431c6e0d731a76fa87c8 (diff)
Using config site name for creative commons bit. Fix i18n.
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index e62a032b6..320814a8a 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')),