diff --git a/modules/admin/lang/en.lang.php b/modules/admin/lang/en.lang.php
index e1c35079e..1bccb5f71 100644
--- a/modules/admin/lang/en.lang.php
+++ b/modules/admin/lang/en.lang.php
@@ -24,7 +24,7 @@
$lang->current_version = "Current Version";
$lang->current_path = "Installed Path";
$lang->released_version = "Latest Version";
- $lang->about_download_link = "New version of Zerboard XE is now available. To download the latest version, click the download link.";
+ $lang->about_download_link = "New version of Zerboard XE is now available. Click the download link to get the latest version.";
$lang->item_module = "Module List";
$lang->item_addon = "Addon List";
@@ -46,7 +46,7 @@
$lang->welcome_to_zeroboard_xe = 'Welcome to the admin page of Zeroboard XE';
$lang->about_admin_page = "Admin page is still being developing,\nWe will add essential contents by accepting many good suggestions during Closebeta.";
- $lang->about_lang_env = "To apply selected language set to users as default, click the [Save] button after changing it.";
+ $lang->about_lang_env = "To apply selected language as default language, click the [Save] button.";
$lang->zeroboard_xe_user_links = 'Links for Users';
$lang->zeroboard_xe_developer_links = 'Links for Developers';
diff --git a/modules/editor/lang/en.lang.php b/modules/editor/lang/en.lang.php
index 4b728a488..b068b1ef7 100644
--- a/modules/editor/lang/en.lang.php
+++ b/modules/editor/lang/en.lang.php
@@ -72,6 +72,10 @@
$lang->edit->submit = 'Submit';
+ $lang->edit->help_remove_format = "Tags in selected area will be removed";
+ $lang->edit->help_strike_through = "Strike will be on the words";
+ $lang->edit->help_align_full = "Align left and right";
+
$lang->edit->help_fontcolor = "Select font color";
$lang->edit->help_fontbgcolor = "Select background color of font";
$lang->edit->help_bold = "Make font bold";
diff --git a/modules/springnote/lang/en.lang.php b/modules/springnote/lang/en.lang.php
index 0fc350c66..72fe28449 100644
--- a/modules/springnote/lang/en.lang.php
+++ b/modules/springnote/lang/en.lang.php
@@ -21,9 +21,9 @@
$lang->cmd_springnote_list = 'Springnote List';
$lang->cmd_view_info = 'Springnote Info';
- $lang->about_springnote = "Springnote is a Wiki Service that Openmaru provides.
Springnote ZeroboardXE module displays specific springnote pages as internal documents.";
+ $lang->about_springnote = "Springnote is a Wiki Service which is provided by Openmaru.
Springnote module displays specific springnote pages as internal documents.";
$lang->about_springnote_openid = "Please input your OpenID that created Springnote";
- $lang->about_springnote_userkey = 'User Key is needed to enable Springnote module.
Please input generated User Key after entering your OpenID at [Get User Key] .';
+ $lang->about_springnote_userkey = 'User Key is necessary to enable Springnote module.
Please input generated User Key after entering your OpenID at [Get User Key] .';
$lang->about_springnote_pageid = 'Please input pageid if you want to display specific page first.';
$lang->about_springnote_pageid_setup = "You can set 'Show only Selected Pages (hide list)', 'Show from Selected Pages (show list)' etc when you set page number.";
$lang->about_springnote_domain = "You may set other domain's springnote. (Please input only domain from the form of 'http://domain.springnote.com' )";
diff --git a/modules/widget/lang/en.lang.php b/modules/widget/lang/en.lang.php
index 4ae9b9bb3..3c5b7a7c9 100644
--- a/modules/widget/lang/en.lang.php
+++ b/modules/widget/lang/en.lang.php
@@ -33,9 +33,9 @@
$lang->generated_code = 'Generated Code';
- $lang->msg_widget_is_not_exists = '%s does not exist.';
- $lang->msg_widget_object_is_null = 'Object of %s could not be created.';
- $lang->msg_widget_proc_is_null = 'proc() of %s could not be executed.';
+ $lang->msg_widget_is_not_exists = "'%s' does not exist.";
+ $lang->msg_widget_object_is_null = "Object of '%s' could not be created.";
+ $lang->msg_widget_proc_is_null = "proc() of '%s' could not be executed.";
$lang->about_widget_code = 'Please input required value first, and click [Generate Code] button to generate code to add to the template file.';
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';