* finish task #2574.

This commit is contained in:
chenfeiCF
2016-03-31 13:53:18 +08:00
parent 8da31932bd
commit a160d631e2
+1 -1
View File
@@ -36,7 +36,7 @@ $lang->my->home->projects = $lang->projectCommon;
$lang->my->home->products = $lang->productCommon;
$lang->my->home->createProject = "create a {$lang->projectCommon}?";
$lang->my->home->createProduct = "create a {$lang->productCommon}?";
$lang->my->home->help = "<a href='http://www.zentao.net/help-read-79236.html' target='_blank'>Help Book</a>";
$lang->my->home->help = "<a href='http://www.zentao.pm/book/zentaohelp/46.html' target='_blank'>Help Book</a>";
$lang->my->home->noProductsTip = "There is no {$lang->productCommon}.";
$lang->my->form = new stdclass();