From e6df755e2f1823d2bb5e4e8a60bc1f9ce299ac4a Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 16 Sep 2011 02:23:40 +0000 Subject: [PATCH] * fix the error of the syntax. --- module/action/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/action/lang/en.php b/module/action/lang/en.php index 2f49d699be..c71d8496c1 100644 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -67,7 +67,7 @@ $lang->action->desc->canceled = '$date, Canceled by $actor.' $lang->action->desc->finished = '$date, Finished by $actor.'; $lang->action->desc->diff1 = 'Changed %s, old is "%s", new is "%s".
'; $lang->action->desc->diff2 = 'Changed %s, the diff is:
%s
' . "\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';