aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-03-11 12:59:39 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-03-11 12:59:39 +0000
commit3e7ca0bd9fd2ca8d5df5c9436cb08649f6c2f8dc (patch)
tree62a52a0e9797d3854b6000c5cc474e1082d4bb9d
parent3a2e4e31cc5e776b0d0c35ce3ea6b0bbf2480eb9 (diff)
downloadforums-3e7ca0bd9fd2ca8d5df5c9436cb08649f6c2f8dc.tar
forums-3e7ca0bd9fd2ca8d5df5c9436cb08649f6c2f8dc.tar.gz
forums-3e7ca0bd9fd2ca8d5df5c9436cb08649f6c2f8dc.tar.bz2
forums-3e7ca0bd9fd2ca8d5df5c9436cb08649f6c2f8dc.tar.xz
forums-3e7ca0bd9fd2ca8d5df5c9436cb08649f6c2f8dc.zip
Well, we can at least do some work here as long as phpbb.com is down
git-svn-id: file:///svn/phpbb/trunk@7169 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/adm/style/overall_header.html2
-rw-r--r--phpBB/language/en/acp/common.php1
2 files changed, 2 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> [&nbsp;<a href="{U_LOGOUT}">{L_LOGOUT}</a>&nbsp;]</p>
<ul>
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index a75a965dcb..30a6508484 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -235,6 +235,7 @@ $lang = array_merge($lang, array(
'LOOK_UP_FORUMS_EXPLAIN'=> 'You are able to select more than one forum',
'MANAGE' => 'Manage',
+ 'MENU_TOGGLE' => 'Hide or display the side menu',
'MOVE_DOWN' => 'Move down',
'MOVE_UP' => 'Move up',