diff options
author | xue <> | 2006-05-07 02:18:14 +0000 |
---|---|---|
committer | xue <> | 2006-05-07 02:18:14 +0000 |
commit | 0bb2822f68dfe3cf568affd4acf0d8120d9d53c7 (patch) | |
tree | 5ad76cb37f07852d03ef4ca233205808570adba5 /framework/Exceptions | |
parent | 31ccaac63570dc86ef9fa840d63ca5f019fabbb2 (diff) |
added support to property tags for template owner control
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 = <page> 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}'.
|