* fix the error of the syntax.

This commit is contained in:
wangchunsheng
2011-09-16 02:23:40 +00:00
parent 703e8ffae3
commit e6df755e2f

View File

@@ -67,7 +67,7 @@ $lang->action->desc->canceled = '$date, Canceled by <strong>$actor</strong>.'
$lang->action->desc->finished = '$date, Finished by <strong>$actor</strong>.';
$lang->action->desc->diff1 = 'Changed <strong><i>%s</i></strong>, old is "%s", new is "%s".<br />';
$lang->action->desc->diff2 = 'Changed <strong><i>%s</i></strong>, the diff is<blockquote>%s</blockquote>' . "\n";
$lang->action->desc->diff3 = "Changed file's name %s to %s ';
$lang->action->desc->diff3 = "Changed file's name %s to %s ";
/* The action labels. */
$lang->action->label->created = 'created';