diff options
author | xue <> | 2007-07-20 12:33:27 +0000 |
---|---|---|
committer | xue <> | 2007-07-20 12:33:27 +0000 |
commit | 786dde43ea21c1990071683a8cf5efd3bd1b791d (patch) | |
tree | 34d7e664f974976e800ac8cc790a8046854e8238 /framework/Exceptions | |
parent | 46f58667d00624c115ad99a590aebef99ab133a5 (diff) |
Replaced GeSHi with Text_Highlighter
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index c9607f00..955c8fa3 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -1,5 +1,5 @@ prado_application_singleton_required = Prado.Application must only be set once.
-prado_component_unknown = Unknown component type '{0}'.
+prado_component_unknown = Unknown component type '{0}'. This may be caused by following parsing error in the {0} class file: {1}
prado_using_invalid = '{0}' is not a valid namespace to be used. Make sure '.*' is appended if you want to use a namespace referring to a directory.
prado_alias_redefined = Alias '{0}' cannot be redefined.
prado_alias_invalid = Alias '{0}' refers to an invalid path '{1}'. Only existing directories can be aliased.
|