change text

This commit is contained in:
wlx 2013-11-10 09:01:24 +00:00
parent 1ccce9505c
commit 542432fe3e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class AboutController extends Zend_Controller_Action
function copyrightAction()
{
$archives=new Archive($this->db);
$this->view->item=$archives->getOneArchive('Use & Copyrights','about');
$this->view->item=$archives->getOneArchive('Use and Copyrights','about');
}
function linkAction()
{