summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages.txt
diff options
context:
space:
mode:
authorxue <>2007-08-20 18:45:39 +0000
committerxue <>2007-08-20 18:45:39 +0000
commita91114c8121b99fbce403bdf123b17ed5fe6387b (patch)
treef604087c0b11019324af8e1f2bfbdbc4a9df7c22 /framework/Exceptions/messages.txt
parentd33132b9cf27f0213562896033dc52565c8318f9 (diff)
fixed typo.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r--framework/Exceptions/messages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 6fc7360a..f1870ab0 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}'. This may be caused by following parsing error in the {0} class file: {1}
+prado_component_unknown = Unknown component type '{0}'. This may be caused by the 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.