Minor fix in typo
This commit is contained in:
parent
bb72121179
commit
fc6fb61476
@ -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.
|
||||
|
||||
@ -242,7 +242,7 @@ if ($action == 'convert')
|
||||
|
||||
$form=new Form($db);
|
||||
|
||||
$title = $langs->trans('ModulesSystemTools');
|
||||
$title = $langs->trans('ProductVatMassChange');
|
||||
|
||||
llxHeader('',$title);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user