summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2005-11-25 04:16:06 +0000
committerxue <>2005-11-25 04:16:06 +0000
commit74ad156f8f86ba8d258c5c2522f98a3e8d4bd914 (patch)
tree17f527392a550660ee762bd486603d208ce640db /framework/Exceptions
parent635ae748a34dadc241bd264e11d3251ffffe3aac (diff)
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index abb6c0dd..eb385ead 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -133,4 +133,8 @@ control_stylesheet_applied = StyleSheet skin has already been applied to %s.
control_id_nonunique = %s.ID '%s' is not unique among all controls under the same naming container.
webcontrol_accesskey_invalid = %s.AccessKey '%s' is invalid. It must be a single character only.
-webcontrol_style_invalid = %s.Style must take string value only. \ No newline at end of file
+webcontrol_style_invalid = %s.Style must take string value only.
+
+label_associatedcontrol_invalid = TLabel.AssociatedControl '%s' cannot be found.
+
+literal_body_forbidden = TLiteral controls do not allow body contents. \ No newline at end of file