From 675229cb4c4a070fe59269300b814ddb17cd35bf Mon Sep 17 00:00:00 2001 From: supershop Date: Tue, 15 Jun 2010 10:27:35 +0000 Subject: [PATCH] modified english translation git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7516 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/admin/lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/admin/lang/en.lang.php b/modules/admin/lang/en.lang.php index 8e0eb9cc2..28ae02d7c 100644 --- a/modules/admin/lang/en.lang.php +++ b/modules/admin/lang/en.lang.php @@ -83,6 +83,6 @@ $lang->ftp_remove_info = 'Remove FTP Info.'; $lang->msg_ftp_invalid_path = 'Failed to read the specified FTP Path.'; $lang->msg_self_restart_cache_engine = 'Please restart Memcached or cache daemon.'; - $lang->mobile_view = 'Use Mobile View'; - $lang->about_mobile_view = 'If accessing with a smartphone, display content with mobile layout.'; + $lang->mobile_view = 'Mobile View'; + $lang->about_mobile_view = 'Mobile View will display the best layout when accessing with smartphones.'; ?>