diff options
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index f160adb4cf..94c5e6f18b 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -170,7 +170,7 @@ function switch_menu() <span class="corners-top"><span></span></span> <div id="content"> <div id="toggle"> - <a id="toggle_handle" accesskey="m" title="Hide / Show side menu - Accesskey: m" onclick="switch_menu(); return false;" href="#"></a></div> + <a id="toggle_handle" accesskey="m" title="{L_MENU_TOGGLE}" onclick="switch_menu(); return false;" href="#"></a></div> <div id="menu"> <p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [ <a href="{U_LOGOUT}">{L_LOGOUT}</a> ]</p> <ul> |