diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-01-27 02:37:41 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-01-27 02:37:41 +0000 |
commit | e20c3e2b7c9a2af254227764fa6ef516ea98d0d7 (patch) | |
tree | 81895bc87152b998bdd7fb1c8f1a79d016d92529 /actions/register.php | |
parent | 1c60afb9408f903ea7c54ac6663cc797a572d016 (diff) |
Entered CC3.0 anchor text
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php index 433c6c291..df64196da 100644 --- a/actions/register.php +++ b/actions/register.php @@ -428,7 +428,7 @@ class RegisterAction extends Action $this->element('input', $attrs); $this->text(_('My text and files are available under ')); $this->element('a', array('href' => common_config('license', 'url')), - common_config('license', 'title')); + common_config('license', 'title'), _("Creative Commons Attribution 3.0")); $this->text(_(' except this private data: password, '. 'email address, IM address, phone number.')); $this->elementEnd('li'); |