diff --git a/core/class/layout.class.php b/core/class/layout.class.php index a0fe3445..59596755 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -962,7 +962,7 @@ class layout extends common $rightItems = ''; if ($this->getUser('group') >= self::GROUP_MODERATOR) { $rightItems .= '
  • ' . template::ico('folder', [ - 'help' => 'Gestion des fichiers', + 'help' => 'Fichiers', 'href' => helper::baseUrl(false) . 'core/vendor/filemanager/dialog.php?type=0&akey=' . md5_file(self::DATA_DIR . 'core.json') . '&lang=' . $this->getData(['user', $this->getUser('id'), 'language']), 'attr' => 'data-lity' ]) . '
  • '; @@ -973,7 +973,7 @@ class layout extends common 'href' => helper::baseUrl() . 'theme' ]) . ''; $rightItems .= '
  • ' . template::ico('puzzle', [ - 'help' => 'Gestion des modules', + 'help' => 'Modules', 'href' => helper::baseUrl() . 'plugin' ]) . '
  • '; $rightItems .= '
  • ' . template::ico('flag', [