Minor fix in typo

This commit is contained in:
Laurent Destailleur 2017-02-22 02:19:05 +01:00
parent bb72121179
commit fc6fb61476
2 changed files with 2 additions and 2 deletions

View File

@ -76,4 +76,4 @@ UseMenuModuleToolsToAddCronJobs=Go into menu "Home - Admin tools - Scheduled job
JobDisabled=Job disabled
MakeLocalDatabaseDumpShort=Local database backup
MakeLocalDatabaseDump=Create a local database dump
WarningCronDelayed=Attention, for performance purpose, whatever is next date of execution of active jobs, your jobs may be delayed to a maximum of %s hours before being run.
WarningCronDelayed=Attention, for performance purpose, whatever is next date of execution of active jobs, your jobs may be delayed to a maximum of %s hours, before being run.

View File

@ -242,7 +242,7 @@ if ($action == 'convert')
$form=new Form($db);
$title = $langs->trans('ModulesSystemTools');
$title = $langs->trans('ProductVatMassChange');
llxHeader('',$title);