]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Entered CC3.0 anchor text
authorSarven Capadisli <csarven@plantard.controlezvous.ca>
Tue, 27 Jan 2009 02:37:41 +0000 (02:37 +0000)
committerSarven Capadisli <csarven@plantard.controlezvous.ca>
Tue, 27 Jan 2009 02:37:41 +0000 (02:37 +0000)
actions/register.php

index 433c6c2914bb95db96b354aa80fa53df8f0b665e..df64196da2c91f057bbc2b8c32cae13a74b6e975 100644 (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');