From 13495b462f6a618530f0f6af71fb6fad6bafed91 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 2 Mar 2007 21:05:38 +0000 Subject: Improved error display. --- framework/Exceptions/messages.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index b35ba7bf..79fdb8d1 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -124,8 +124,7 @@ template_property_readonly = {0} has a read-only property '{1}'. template_event_forbidden = {0} is a non-control component. No handler can be attached to its event '{1}' in a template. template_databind_forbidden = {0} is a non-control component. Expressions cannot be bound to its property '{1}'. template_component_required = '{0}' is not a component. Only components can appear in a template. -template_format_invalid = Error in {0} (line {1}) : {2} -template_format_invalid2 = Error at line {0} of the following template: {1} {2} +template_format_invalid = Invalid template syntax: {0} template_property_duplicated = Property {0} is configured twice or more. template_eventhandler_invalid = {0}.{1} can only accept a static string. template_controlid_invalid = {0}.ID can only accept a static text string. -- cgit v1.2.3