From 0d42be79b9dfeaa7686fb7da11920af4eb0561d7 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 3 Dec 2005 04:42:14 +0000 Subject: --- framework/Exceptions/messages.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 4c6a4c87..8a20b0c0 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -34,9 +34,9 @@ appconfig_alias_invalid = Application configuration element must hav appconfig_alias_redefined = Application configuration cannot be redefined. appconfig_using_invalid = Application configuration element must have a "namespace" attribute. appconfig_moduleid_required = Application configuration element must have an "id" attribute. -appconfig_moduletype_required = Application configuration must have a "type" attribute. +appconfig_moduletype_required = Application configuration must have a "class" attribute. appconfig_serviceid_required = Application configuration element must have an "id" attribute. -appconfig_servicetype_required = Application configuration must have a "type" attribute. +appconfig_servicetype_required = Application configuration must have a "class" attribute. appconfig_parameterid_required = Application configuration element must have an "id" attribute. uri_format_invalid = '%s' is not a valid URI. @@ -86,9 +86,9 @@ pageserviceconf_aliaspath_invalid = uses an invalid file path " pageserviceconf_alias_invalid = element must have an "id" attribute and a "path" attribute in page directory configuration file '%s'. pageserviceconf_using_invalid = element must have a "namespace" attribute in page directory configuration file '%s'. pageserviceconf_module_invalid = element must have an "id" attribute in page directory configuration file '%s'. -pageserviceconf_moduletype_required = must have a "type" attribute in page directory configuration file '%s'. +pageserviceconf_moduletype_required = must have a "class" attribute in page directory configuration file '%s'. pageserviceconf_parameter_invalid = element must have an "id" attribute in page directory configuration file '%s'. -pageserviceconf_page_invalid = element must have an "id" attribute and a "type" attribute in page directory configuration file '%s'. +pageserviceconf_page_invalid = element must have an "id" attribute and a "class" attribute in page directory configuration file '%s'. template_templatefile_invalid = Template file '%s' cannot open. template_closingtag_unexpected = %s: Unexpected closing tag '%s' is found. -- cgit v1.2.3