diff --git a/htdocs/langs/en_US/cron.lang b/htdocs/langs/en_US/cron.lang index 03b972463c7..7ee76c03395 100644 --- a/htdocs/langs/en_US/cron.lang +++ b/htdocs/langs/en_US/cron.lang @@ -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. diff --git a/htdocs/product/admin/product_tools.php b/htdocs/product/admin/product_tools.php index 55f54d10613..cc6f1b5116d 100644 --- a/htdocs/product/admin/product_tools.php +++ b/htdocs/product/admin/product_tools.php @@ -242,7 +242,7 @@ if ($action == 'convert') $form=new Form($db); -$title = $langs->trans('ModulesSystemTools'); +$title = $langs->trans('ProductVatMassChange'); llxHeader('',$title);