From 0bb2822f68dfe3cf568affd4acf0d8120d9d53c7 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 7 May 2006 02:18:14 +0000 Subject: added support to property tags for template owner control --- framework/Exceptions/messages.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 3df84dde..3506d1a4 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -103,7 +103,7 @@ pageserviceconf_page_invalid = element must have an "id" attribute in p template_closingtag_unexpected = Unexpected closing tag '{0}' is found. template_closingtag_expected = Closing tag '{0}' is expected. -template_directive_nonunique = Directive '<%@ ... %>' must appear at most once in a template. +template_directive_nonunique = Directive '<%@ ... %>' must appear at the beginning of the template and can appear at most once. template_comments_forbidden = Template comments are not allowed within property tags. template_matching_unexpected = Unexpected matching. template_property_unknown = {0} has no property called '{1}'. -- cgit v1.2.3