diff --git a/module/common/lang/en.php b/module/common/lang/en.php index 073c6ceb58..d6f4cdeccb 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -21,7 +21,7 @@ $lang->percent = '%'; $lang->dash = '-'; $lang->zentaoPMS = 'ZenTao'; -$lang->welcome = "%s"; +$lang->welcome = "%s ALM"; $lang->logout = 'Logout'; $lang->login = 'Login'; $lang->help = 'Help'; @@ -518,7 +518,7 @@ $lang->proVersion = "install->welcome = 'Thanks for choosing ZenTao!'; $lang->install->license = 'ZenTao is under Z PUBLIC LICENSE(ZPL) 1.2'; $lang->install->desc = <<Z Public License. It integrates with Product Management, Project Management, QA Management, Document Management, Todos Management, Company Management etc. ZenTao is the best choice for software project management. +ZenTao ALM is an Open Source software released under Z Public License. It integrates with Product Management, Project Management, QA Management, Document Management, Todos Management, Company Management etc. ZenTao is the best choice for software project management. -ZenTao is built on PHP + MySQL and based on ZenTaoPHP framework, an independent framework developed by our team. Third party developers/organizations can develop plug-ins or customize for their requirements. +ZenTao ALM is built on PHP + MySQL and based on ZenTaoPHP framework, an independent framework developed by our team. Third party developers/organizations can develop plug-ins or customize for their requirements. EOT; $lang->install->links = <<Nature Easy Soft Co., LTD. diff --git a/module/story/config.php b/module/story/config.php index d77f07bf8a..376aed98be 100644 --- a/module/story/config.php +++ b/module/story/config.php @@ -102,7 +102,7 @@ $config->story->datatable->fieldList['estimate']['required'] = 'no'; $config->story->datatable->fieldList['stage']['title'] = 'stageAB'; $config->story->datatable->fieldList['stage']['fixed'] = 'no'; -$config->story->datatable->fieldList['stage']['width'] = '80'; +$config->story->datatable->fieldList['stage']['width'] = '95'; $config->story->datatable->fieldList['stage']['required'] = 'no'; $config->story->datatable->fieldList['openedBy']['title'] = 'openedByAB';