update trad

This commit is contained in:
prx 2023-10-14 07:59:22 +02:00
parent f9997f9bf8
commit 65b1a0b41f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
</div>
<details id="dokuwiki__pagetools" aria-labelledby="dokuwiki__pagetools_heading">
<summary id="dokuwiki__pagetools_heading"><?php echo $lang['page_tools'] ?></summary>
<summary id="dokuwiki__pagetools_heading"><?php echo $lang['tools'] ?></summary>
<ul>
<?php if (file_exists(DOKU_INC . 'inc/Menu/SiteMenu.php')) {
echo (new \dokuwiki\Menu\SiteMenu())->getListItems('action ', false);