From 6c83cf0830d8bdbe3ab6a768f6c62e9c8e8c2c5b Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Sun, 29 Mar 2009 12:20:24 +0000 Subject: [PATCH] fix --- classes/actions/ActionComments.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/actions/ActionComments.class.php b/classes/actions/ActionComments.class.php index b379e8c3..3effd1fb 100644 --- a/classes/actions/ActionComments.class.php +++ b/classes/actions/ActionComments.class.php @@ -65,7 +65,7 @@ class ActionComments extends Action { */ $this->Viewer_Assign('aPaging',$aPaging); $this->Viewer_Assign("aComments",$aComments); - $this->Viewer_AddHtmlTitle($this->Lang_Get('comments')); + $this->Viewer_AddHtmlTitle($this->Lang_Get('comments_all')); /** * Устанавливаем шаблон вывода */