diff --git a/modules/document/lang/en.lang.php b/modules/document/lang/en.lang.php
index 7806d1b3f..bb17282eb 100644
--- a/modules/document/lang/en.lang.php
+++ b/modules/document/lang/en.lang.php
@@ -94,5 +94,5 @@
);
$lang->success_trashed = "Successfully moved to trashcan";
- $lang->msg_not_selected_document = 'õ ϴ.';
+ $lang->msg_not_selected_document = 'There is no selected article.';
?>
diff --git a/modules/page/lang/en.lang.php b/modules/page/lang/en.lang.php
index 85564ab5e..1e4f396f5 100644
--- a/modules/page/lang/en.lang.php
+++ b/modules/page/lang/en.lang.php
@@ -8,7 +8,7 @@
$lang->page = "Page";
$lang->about_page = "It is a blog module which you can create a complete page.\nUsing latest or other widgets, you can create a dynamic page. Through the editor component, you can also create a great variety of pages.\nIts URL is same as other module's such as mid=module name.\n If it is selected as a default, it will be the main page of the site.";
$lang->cmd_page_modify = "Modify";
- $lang->cmd_page_create = '페이지 생성';
+ $lang->cmd_page_create = 'Create a Page';
$lang->page_caching_interval = "Caching Time";
$lang->about_page_caching_interval = "The unit is minute, and it displays temporary saved data for assigned time.
It is recommended to cache for proper time if a lot of resources are needed when displaying other servers' data or information.
A value of 0 will not cache.";
$lang->about_mcontent = 'This is the page for the mobile view. If you do not write this page, the mobile view display reoragnized PC view\'s page.';