From 0a1bbc3293fc57494286a13b520aac77028993b9 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 4 Mar 2011 10:22:52 +0000 Subject: minor improvements --- h-source/Application/Models/WikiModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Models/WikiModel.php') diff --git a/h-source/Application/Models/WikiModel.php b/h-source/Application/Models/WikiModel.php index 4c5e0d3..bfbc4ad 100644 --- a/h-source/Application/Models/WikiModel.php +++ b/h-source/Application/Models/WikiModel.php @@ -49,7 +49,7 @@ class WikiModel extends Model_Map { 'page' => gtext('the text of the wiki page'), ); - $this->fieldsWithBreaks = array(gtext('wiki page')); + $this->fieldsWithBreaks = array(gtext('the text of the wiki page')); $this->strongConditions['insert'] = array( "checkNotEmpty" => 'title', -- cgit v1.2.3