Fixed typo

This commit is contained in:
Raphaël Doursenaud 2016-09-08 16:40:11 +02:00
parent f97f011cd3
commit 72d9f3cd5f
No known key found for this signature in database
GPG Key ID: 6992A63407576955

View File

@ -62,7 +62,7 @@ class modMyModule extends DolibarrModules
$this->name = preg_replace('/^mod/i','',get_class($this));
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
$this->description = "Description of module MyModule";
$this->descriptionlong = "A very lon description. Can be a full HTML content";
$this->descriptionlong = "A very long description. Can be a full HTML content";
$this->editor_name = 'Editor name';
$this->editor_url = 'http://www.dolibarr.org';