From ab2c1aa265d7d38f868caafd92379b03da419b25 Mon Sep 17 00:00:00 2001 From: thibdrev Date: Tue, 27 Sep 2022 18:49:39 +0200 Subject: [PATCH] typo fix small typo fix in order to be consistent with how menus are described elsewhere in Dolibarr (like this: Menu 1 > Menu 1.1 > Menu 1.1.1). --- htdocs/core/class/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 80cd8bb79e2..7819b876ffd 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -179,7 +179,7 @@ class FormFile if (!empty($conf->global->MAIN_UPLOAD_DOC)) { if ($perm) { - $menudolibarrsetupmax = $langs->transnoentitiesnoconv("Home").'-'.$langs->transnoentitiesnoconv("Setup").'-'.$langs->transnoentitiesnoconv("Security"); + $menudolibarrsetupmax = $langs->transnoentitiesnoconv("Home").' > '.$langs->transnoentitiesnoconv("Setup").' > '.$langs->transnoentitiesnoconv("Security"); $langs->load('other'); $out .= ' '; $out .= info_admin($langs->trans("ThisLimitIsDefinedInSetupAt", $menudolibarrsetupmax, $max, $maxphptoshowparam, $maxphptoshow), 1);