- LSview : Correction d'une traduction

This commit is contained in:
Benjamin Renard 2009-02-17 13:14:46 +00:00
parent df9f155378
commit e3c2104ef7

View file

@ -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'
);