From 26f2e07cbcce02821c72b4a17ef5f4baf2e8d599 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 17 Feb 2009 13:15:22 +0000 Subject: [PATCH] - Modify : Correction d'une traduction --- trunk/modify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/modify.php b/trunk/modify.php index 1cf7108f..9a3a85d4 100644 --- a/trunk/modify.php +++ b/trunk/modify.php @@ -95,7 +95,7 @@ if(LSsession :: startLSsession()) { } else { $LSview_actions[] = array( - 'label' => _('Check'), + 'label' => _('View'), 'url' =>'view.php?LSobject='.$LSobject.'&dn='.$object -> getDn(), 'action' => 'view' );