From 2606de2119a1a7dab41357f53f6351584509d100 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Apr 2019 13:35:06 +0200 Subject: [PATCH] Update modAccounting.class.php --- htdocs/core/modules/modAccounting.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/modules/modAccounting.class.php b/htdocs/core/modules/modAccounting.class.php index 6f9fb8fb3ab..8250549b9e1 100644 --- a/htdocs/core/modules/modAccounting.class.php +++ b/htdocs/core/modules/modAccounting.class.php @@ -22,8 +22,8 @@ /** * \file htdocs/core/modules/modAccounting.class.php - * \ingroup Accounting - * \brief Module to activate accounting module + * \ingroup Double entry accounting + * \brief Module to activate the double entry accounting module */ include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php'; @@ -48,7 +48,7 @@ class modAccounting extends DolibarrModules $this->module_position = '61'; // 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 = "Accounting management"; + $this->description = "Double entry accounting management"; // Possible values for version are: 'development', 'experimental', 'dolibarr' or 'dolibarr_deprecated' or version $this->version = 'dolibarr';