From 25692fb46cd4f1e6bba4e892386fc0cae6cb1992 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 6 Dec 2011 03:08:12 +0000 Subject: [PATCH] * fix the bug of title. --- module/doc/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/control.php b/module/doc/control.php index f01ded2f48..336a9a3714 100644 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -385,7 +385,7 @@ class doc extends control /* Set menu. */ $this->doc->setMenu($this->libs, $doc->lib); - $this->view->header->title = $this->libs[$doc->lib] . $this->lang->colon . $this->lang->doc->create; + $this->view->header->title = $this->libs[$doc->lib] . $this->lang->colon . $this->lang->doc->view; $this->view->position[] = html::a($this->createLink('doc', 'browse', "libID=$doc->lib"), $this->libs[$doc->lib]); $this->view->position[] = $this->lang->doc->view;