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.'; ?>