From e45b2a90ff4f8cd5a2e3923626def00a4f9de49c Mon Sep 17 00:00:00 2001 From: supershop Date: Tue, 19 Oct 2010 13:23:53 +0000 Subject: [PATCH] english translation git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7767 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/page/lang/en.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/page/lang/en.lang.php b/modules/page/lang/en.lang.php index 1e4f396f5..6d1d3f382 100644 --- a/modules/page/lang/en.lang.php +++ b/modules/page/lang/en.lang.php @@ -11,5 +11,5 @@ $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.'; + $lang->about_mcontent = 'This is the page you will see from mobile devices. If you have not set this page, rearranged default page will be displayed.'; ?>