diff --git a/htdocs/core/modules/modSkype.class.php b/htdocs/core/modules/modSkype.class.php index 6a009956b5b..ab3f97899d9 100644 --- a/htdocs/core/modules/modSkype.class.php +++ b/htdocs/core/modules/modSkype.class.php @@ -47,12 +47,12 @@ class modSkype extends DolibarrModules $this->family = "crm"; // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module) $this->name = preg_replace('/^mod/i','',get_class($this)); - $this->description = "Enable Skype button into contact"; - $this->version = 'experimental'; // 'experimental' or 'dolibarr' or version + $this->description = "Enable Skype links into contacts"; + $this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version // Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase) $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); // Where to store the module in setup page (0=common,1=interface,2=others,3=very specific) - $this->special = 2; + $this->special = 1; // Name of image file used for this module. $this->picto='skype'; diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index d51fe9d7d15..4033d5d56b6 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -497,7 +497,7 @@ Module2800Desc=Client FTP Module2900Name= GeoIPMaxmind Module2900Desc= Capacités de conversion GeoIP Maxmind Module3100Name= Skype -Module3100Desc= Ajouter un button Skype dans les fiches adhérents / tiers / contacts +Module3100Desc= Ajouter un bouton Skype dans les fiches adhérents / tiers / contacts Module5000Name=Multi-société Module5000Desc=Permet de gérer plusieurs sociétés Module6000Name=Workflow