From 4a333bb2ba4750e8bf753fd721ab822a4c498b6c Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 10 Feb 2010 07:14:26 +0000 Subject: [PATCH] + add acl. --- trunk/module/group/lang/zh-cn.php | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/module/group/lang/zh-cn.php b/trunk/module/group/lang/zh-cn.php index 5ec5320a99..b5dfdfe4a2 100644 --- a/trunk/module/group/lang/zh-cn.php +++ b/trunk/module/group/lang/zh-cn.php @@ -78,6 +78,7 @@ $lang->resource->story->view = 'view'; $lang->resource->story->change = 'change'; $lang->resource->story->review = 'review'; $lang->resource->story->close = 'close'; +$lang->resource->story->activate= 'activate'; $lang->resource->story->tasks = 'tasks'; $lang->resource->story->ajaxGetProjectStories = 'ajaxGetProjectStories'; $lang->resource->story->ajaxGetProductStories = 'ajaxGetProductStories';