Entered CC3.0 anchor text

This commit is contained in:
Sarven Capadisli 2009-01-27 02:37:41 +00:00
parent 1c60afb940
commit e20c3e2b7c
1 changed files with 1 additions and 1 deletions

View File

@ -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');