Add 'hidden' flag to text descriptions of the 'pub' flag
[platal.git] / modules / profile / page.inc.php
index fd13c93..608d3da 100644 (file)
@@ -156,7 +156,7 @@ class ProfileSettingPub extends ProfileNoSave
     }
 
     public function getText($value) {
-        static $pubs = array('public' => 'publique', 'ax' => 'annuaire AX', 'private' => 'privĂ©');
+        static $pubs = array('public' => 'publique', 'ax' => 'annuaire papier', 'private' => 'privĂ©', 'hidden' => 'administrateurs');
         return $pubs[$value];
     }
 }