This commit is contained in:
Laurent Destailleur
2021-01-13 12:36:33 +01:00
parent 8d65dff93d
commit 2ea5b331b4
2 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ class modMyModule extends DolibarrModules
// Module description, used if translation string 'ModuleMyModuleDesc' not found (MyModule is name of module).
$this->description = "MyModuleDescription";
// Used only if file README.md and README-LL.md not found.
$this->descriptionlong = "MyModule description (Long)";
$this->descriptionlong = "MyModuleDescription";
// Author
$this->editor_name = 'Editor name';