fix bugs for task #610 and task #619.

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-12-05 09:23:40 +00:00
parent 93c38e29d2
commit 34f44000cd
4 changed files with 15 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ $lang->action->desc->activated = '$date, 由 <strong>$actor</strong> 激活。
$lang->action->desc->moved = '$date, 由 <strong>$actor</strong> 移动,之前为 "$extra"' . "\n";
$lang->action->desc->confirmed = '$date, 由 <strong>$actor</strong> 确认需求变动,最新版本为<strong>#$extra</strong>' . "\n";
$lang->action->desc->bugconfirmed= '$date, 由 <strong>$actor</strong> 确认Bug' . "\n";
$lang->action->desc->frombug = '$date, 由 <strong>$actor</strong> Bug转化而来Bug编号为 <strong>$extra</strong>。';
$lang->action->desc->started = '$date, 由 <strong>$actor</strong> 启动。' . "\n";
$lang->action->desc->canceled = '$date, 由 <strong>$actor</strong> 取消。' . "\n";
$lang->action->desc->svncommited = '$date, <strong>$actor</strong> 提交代码,版本为<strong>#$extra</strong>' . "\n";