From: Sarven Capadisli Date: Tue, 27 Jan 2009 02:37:41 +0000 (+0000) Subject: Entered CC3.0 anchor text X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e20c3e2b7c9a2af254227764fa6ef516ea98d0d7;p=quix0rs-gnu-social.git Entered CC3.0 anchor text --- diff --git a/actions/register.php b/actions/register.php index 433c6c2914..df64196da2 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');