From e3c2104ef7c7e960b6957663debfbf7ff6f3f615 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 17 Feb 2009 13:14:46 +0000 Subject: [PATCH] - LSview : Correction d'une traduction --- trunk/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/view.php b/trunk/view.php index f7e4529f..463e86df 100644 --- a/trunk/view.php +++ b/trunk/view.php @@ -359,7 +359,7 @@ if(LSsession :: startLSsession()) { $actions=array(); $actions[] = array( - 'label' => _('Check'), + 'label' => _('View'), 'url' =>'view.php?LSobject='.$LSobject.'&dn='.$searchData['objectList'][$i]['dn'], 'action' => 'view' );