diff options
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 6 |
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 |