From 7656ee3b68e4877d64b1931c584ad433da62632c Mon Sep 17 00:00:00 2001 From: lupo49 Date: Sun, 10 Jun 2012 17:34:42 +0200 Subject: Fix for FS#2522 / Now all places of $lang['restored'] are covered with the restored-date information --- inc/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/actions.php') diff --git a/inc/actions.php b/inc/actions.php index adc251bc4..e85cbfccc 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -498,7 +498,7 @@ function act_edit($act){ //set summary default if(!$SUM){ if($REV){ - $SUM = $lang['restored']; + $SUM = sprintf($lang['restored'], dformat($REV)); }elseif(!$INFO['exists']){ $SUM = $lang['created']; } -- cgit v1.2.3