- remove consumed info.

This commit is contained in:
zhujinyong
2013-02-28 02:26:37 +00:00
parent 5e5d9042f8
commit 34b7462bca
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ $lang->action->desc->frombug = '$date, from Bug by <strong>$actor</strong>
$lang->action->desc->started = '$date, started by <strong>$actor</strong>.';
$lang->action->desc->delayed = '$date, delayed by <strong>$actor</strong>.';
$lang->action->desc->suspended = '$date, suspended by <strong>$actor</strong>.';
$lang->action->desc->recorded = '$date, recorded by <strong>$actor</strong>consumed <strong>$extra</strong> hour(s).';
$lang->action->desc->recorded = '$date, recorded by <strong>$actor</strong>.';
$lang->action->desc->canceled = '$date, canceled by <strong>$actor</strong>.';
$lang->action->desc->svncommited = '$date, <strong>$actor</strong> commited to svnrevision is <strong>#$extra</strong>.' . "\n";
$lang->action->desc->finished = '$date, finished by <strong>$actor</strong>.';

View File

@@ -81,7 +81,7 @@ $lang->action->desc->frombug = '$date, 由 <strong>$actor</strong> Bug转
$lang->action->desc->started = '$date, 由 <strong>$actor</strong> 启动。' . "\n";
$lang->action->desc->delayed = '$date, 由 <strong>$actor</strong> 延期。' . "\n";
$lang->action->desc->suspended = '$date, 由 <strong>$actor</strong> 挂起。' . "\n";
$lang->action->desc->recorded = '$date, 由 <strong>$actor</strong> 记录工时,消耗了 <strong>$extra</strong> 小时 。' . "\n";
$lang->action->desc->recorded = '$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";
$lang->action->desc->finished = '$date, 由 <strong>$actor</strong> 完成。' . "\n";