diff --git a/htdocs/admin/propale.php b/htdocs/admin/propal.php
similarity index 99%
rename from htdocs/admin/propale.php
rename to htdocs/admin/propal.php
index 7b2ac6b9093..10ebb20ebb8 100644
--- a/htdocs/admin/propale.php
+++ b/htdocs/admin/propal.php
@@ -338,14 +338,14 @@ foreach ($dirmodels as $reldir)
}
print '';
- $propale=new Propal($db);
- $propale->initAsSpecimen();
+ $propal=new Propal($db);
+ $propal->initAsSpecimen();
// Info
$htmltooltip='';
$htmltooltip.=''.$langs->trans("Version").': '.$module->getVersion().'
';
$facture->type=0;
- $nextval=$module->getNextValue($mysoc,$propale);
+ $nextval=$module->getNextValue($mysoc,$propal);
if ("$nextval" != $langs->trans("NotAvailable")) // Keep " on nextval
{
$htmltooltip.=''.$langs->trans("NextValue").': ';
diff --git a/htdocs/core/modules/modPropale.class.php b/htdocs/core/modules/modPropale.class.php
index 4d90489d4cc..875f9e5223f 100644
--- a/htdocs/core/modules/modPropale.class.php
+++ b/htdocs/core/modules/modPropale.class.php
@@ -68,7 +68,7 @@ class modPropale extends DolibarrModules
// Dependancies
$this->depends = array("modSociete");
$this->requiredby = array();
- $this->config_page_url = array("propale.php");
+ $this->config_page_url = array("propal.php");
$this->langfiles = array("propal","bills","companies","deliveries","products");
// Constants