diff --git a/module/tutorial/lang/en.php b/module/tutorial/lang/en.php
index 434218a336..3f948ac38a 100644
--- a/module/tutorial/lang/en.php
+++ b/module/tutorial/lang/en.php
@@ -34,19 +34,19 @@ $lang->tutorial->tasks = array();
$lang->tutorial->tasks['createAccount'] = array('title' => 'Create a account');
$lang->tutorial->tasks['createAccount']['nav'] = array('module' => 'user', 'method' => 'create', 'menuModule' => 'company', 'menu' => 'addUser', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Add User');
-$lang->tutorial->tasks['createAccount']['desc'] = "
Create a new account in Zentao:
- Open Company Users Add User;
- Fill in the form with new user information;
- Save user information.
";
+$lang->tutorial->tasks['createAccount']['desc'] = "Create a new account in Zentao:
- Open Company Users Add User;
- Fill the form with user information;
- Save user information.
";
$lang->tutorial->tasks['createProduct'] = array('title' => 'Create a product');
$lang->tutorial->tasks['createProduct']['nav'] = array('module' => 'product', 'method' => 'create', 'menu' => 'create', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Product');
-$lang->tutorial->tasks['createProduct']['desc'] = "Create a new product:
- Open Product New;
- Fill in the form with new product information;
- Save product information.
";
+$lang->tutorial->tasks['createProduct']['desc'] = "Create a new product:
- Open Product New;
- Fill the form with product information;
- Save product information.
";
$lang->tutorial->tasks['createStory'] = array('title' => 'Create a story');
$lang->tutorial->tasks['createStory']['nav'] = array('module' => 'story', 'method' => 'create', 'menuModule' => 'product', 'menu' => 'story', 'target' => '.create-story-btn', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Create Story');
-$lang->tutorial->tasks['createStory']['desc'] = "Create a new story:
- Open Product Story Create;
- Fill in the form with new story information;
- Save story information.
";
+$lang->tutorial->tasks['createStory']['desc'] = "Create a new story:
- Open Product Story Create;
- Fill the form with story information;
- Save story information.
";
$lang->tutorial->tasks['createProject'] = array('title' => 'Create a project');
$lang->tutorial->tasks['createProject']['nav'] = array('module' => 'project', 'method' => 'create', 'menu' => 'create', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Create Project');
-$lang->tutorial->tasks['createProject']['desc'] = "Create a new project:
- Open Project New Page;
- Fill in the form with new project information;
- Save project information.
";
+$lang->tutorial->tasks['createProject']['desc'] = "Create a new project:
- Open Project New Page;
- Fill the form with project information;
- Save project information.
";
$lang->tutorial->tasks['linkStory'] = array('title' => 'Link story');
$lang->tutorial->tasks['linkStory']['nav'] = array('module' => 'project', 'method' => 'linkStory', 'menu' => 'story', 'target' => '.link-story-btn', 'form' => '#linkStoryForm', 'formType' => 'table', 'submit' => '#submit', 'targetPageName' => 'Link Story');
@@ -54,8 +54,8 @@ $lang->tutorial->tasks['linkStory']['desc'] = "Link stories to project:
tutorial->tasks['createTask'] = array('title' => 'Divide tasks');
$lang->tutorial->tasks['createTask']['nav'] = array('module' => 'task', 'method' => 'create', 'menuModule' => 'project', 'menu' => 'story', 'target' => '.btn-task-create', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Create Task');
-$lang->tutorial->tasks['createTask']['desc'] = "Divide tasks for story which linked to project.
- Open Project Story WBS;
- Fill in the form with new task information;
- Save task information.
";
+$lang->tutorial->tasks['createTask']['desc'] = "Divide tasks for story.
- Open Project Story WBS;
- Fill the form with task information;
- Save task information.
";
$lang->tutorial->tasks['createBug'] = array('title' => 'Create a bug');
$lang->tutorial->tasks['createBug']['nav'] = array('module' => 'bug', 'method' => 'create', 'menuModule' => 'qa', 'menu' => 'bug', 'target' => '.btn-bug-create', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Create Bug');
-$lang->tutorial->tasks['createBug']['desc'] = "Create a new Bug:
- Open Test Bug Create Bug;
- Fill in the form with new bug information:
- Save Bug information.
";
+$lang->tutorial->tasks['createBug']['desc'] = "Create a new Bug:
- Open Test Bug Create Bug;
- Fill the form with bug information:
- Save Bug information.
";