From 8f82e4ded45524af44468e77ccb1e5bd9080b67a Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 8 Oct 2008 15:36:20 +0000 Subject: [PATCH] =?UTF-8?q?-=20LSeepeople=20:=20D=C3=A9claration=20d'un=20?= =?UTF-8?q?emptyText=20pour=20la=20LSrelation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/conf/LSobjects/config.LSobjects.LSeepeople.php | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/conf/LSobjects/config.LSobjects.LSeepeople.php b/trunk/conf/LSobjects/config.LSobjects.LSeepeople.php index c5788f2c..e0db5203 100644 --- a/trunk/conf/LSobjects/config.LSobjects.LSeepeople.php +++ b/trunk/conf/LSobjects/config.LSobjects.LSeepeople.php @@ -47,6 +47,7 @@ $GLOBALS['LSobjects']['LSeepeople'] = array ( 'relations' => array( 'groups' => array( 'label' => _('Appartient aux groupes...'), + 'emptyText' => _("N'appartient à aucun groupe."), 'LSobject' => 'LSeegroup', 'list_function' => 'listUserGroups', 'update_function' => 'updateUserGroups',