From fc6fb6147631ead155551ca8dcc22f37184ecb89 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 Feb 2017 02:19:05 +0100 Subject: [PATCH] Minor fix in typo --- htdocs/langs/en_US/cron.lang | 2 +- htdocs/product/admin/product_tools.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);