summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2006-05-11 03:20:04 +0000
committerxue <>2006-05-11 03:20:04 +0000
commit90e706cda83d3b64a5508ed182956a1e3110ff26 (patch)
treebba7101e454adbcc87f3fc0968636a724348749c /framework/Exceptions
parent5e4cfc42a7c41bc8ddd185a7c074183da6119c57 (diff)
Fixed an error message.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 3506d1a4..c4fb8c5f 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -161,7 +161,7 @@ templatecontrol_mastercontrol_invalid = Master control must be of type TTemplate
templatecontrol_contentid_duplicated = TContent ID '{0}' is duplicated.
templatecontrol_placeholderid_duplicated= TContentPlaceHolder ID '{0}' is duplicated.
templatecontrol_directive_invalid = {0}.{1} can only accept a static text string through a template directive.
-templatecontrol_placeholder_inexistent = TContent '{0}' does not have a matching TPlaceHolder.
+templatecontrol_placeholder_inexistent = TContent '{0}' does not have a matching TContentPlaceHolder.
page_form_duplicated = A page can contain at most one TForm. Use regular HTML form tags for the rest forms.
page_isvalid_unknown = TPage.IsValid has not been evaluated yet.