From e20c3e2b7c9a2af254227764fa6ef516ea98d0d7 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 27 Jan 2009 02:37:41 +0000 Subject: [PATCH] Entered CC3.0 anchor text --- actions/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');