From 5a6a32f29d415d1cbd57832cc293f0c57ccfb910 Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 8 Mar 2011 12:45:53 +0000 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=9E=A5=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8155 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/lang/en.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lang/en.lang.php b/common/lang/en.lang.php index 44e27f0a9..10c9701f9 100644 --- a/common/lang/en.lang.php +++ b/common/lang/en.lang.php @@ -228,7 +228,7 @@ $lang->msg_not_permitted_act = 'You do not have permission to execute requested action'; $lang->msg_module_is_not_exists = "Couldn't find requested module.\nPlease contact the administrator"; $lang->msg_module_is_not_standalone = 'Requested module cannot be executed independently'; - $lang->msg_default_url_is_not_defined = 'Default URL is not define'; + $lang->msg_default_url_is_not_defined = 'Default URL is not defined'; $lang->success_registed = 'Registered successfully'; $lang->success_declared = 'Accused successfully';