2
0
forked from Wavyzz/dolibarr

Triggers descriptions are ok fot UTF

This commit is contained in:
Laurent Destailleur
2008-10-27 20:43:00 +00:00
parent 86ab9171a7
commit f99ad70074
6 changed files with 9 additions and 10 deletions

View File

@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/
/**
\file htdocs/includes/triggers/interface_modNotification_notification.class.php
\ingroup notification
\brief Fichier de gestion des notifications sur evenement Dolibarr
\version $Id$
*/
@@ -44,7 +43,7 @@ class InterfaceNotification
$this->name = eregi_replace('Interface','',get_class($this));
$this->family = "notification";
$this->description = "Les triggers de ce composant envoie les notifications par mail selon configuration du module Notification.";
$this->description = "Triggers of this module send email notifications according to Notification module setup.";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
}