diff --git a/module/productplan/lang/en.php b/module/productplan/lang/en.php index 030e1407a5..123565a0cd 100644 --- a/module/productplan/lang/en.php +++ b/module/productplan/lang/en.php @@ -10,7 +10,7 @@ * @link http://www.zentao.net */ $lang->productplan->common = $lang->productCommon . ' Plan'; -$lang->productplan->browse = "View"; +$lang->productplan->browse = "Plans"; $lang->productplan->index = "List"; $lang->productplan->create = "Create Plan"; $lang->productplan->edit = "Edit Plan"; diff --git a/module/release/lang/en.php b/module/release/lang/en.php index 8348097bd7..dd8c8cd19e 100644 --- a/module/release/lang/en.php +++ b/module/release/lang/en.php @@ -17,7 +17,7 @@ $lang->release->linkBug = "Link Bug"; $lang->release->delete = "Delete Release"; $lang->release->deleted = 'Deleted'; $lang->release->view = "Overview"; -$lang->release->browse = "Release"; +$lang->release->browse = "Releases"; $lang->release->changeStatus = "Change Status"; $lang->release->batchUnlink = "Batch Unlink"; $lang->release->batchUnlinkStory = "Batch Unlink Story"; diff --git a/module/tree/lang/en.php b/module/tree/lang/en.php index f1610f9969..3ca92f8e54 100644 --- a/module/tree/lang/en.php +++ b/module/tree/lang/en.php @@ -38,7 +38,7 @@ $lang->tree->sort = "Sort"; $lang->tree->addChild = "Add Child Module"; $lang->tree->confirmDelete = 'Do you want to delete this module and its child modules?'; $lang->tree->confirmDeleteLine = 'Do you want to delete this product line?'; -$lang->tree->confirmRoot = "Modifications on {$lang->productCommon} will change the Story, Bug, Case of {$lang->productCommon} it belongs to, as well as the realtion of {$lang->projectCommon} and {$lang->productCommon}, which is dangerous, please be aware of it. Do you want to change?"; +$lang->tree->confirmRoot = "Any changes to the {$lang->productCommon} will change the stories, bugs, cases of {$lang->productCommon} it belongs to, as well as the relation of {$lang->projectCommon} and {$lang->productCommon}, which is dangerous. Do you want to change it?"; $lang->tree->successSave = 'Saved.'; $lang->tree->successFixed = 'Fixed.'; $lang->tree->repeatName = 'The name "%s" exists!';