From 70944795827cffd1bd5a27a9c4a99eb1434f905f Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 15 Apr 2006 14:35:46 +0000 Subject: Merge from branch 3.0 till 913. --- 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 e53255cd..cde4eae1 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -110,7 +110,7 @@ template_property_unknown = {0} has no property called '{1}'. template_event_unknown = {0} has no event called '{1}'. 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. No databinding expression can be set to its property '{1}'. +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} -- cgit v1.2.3