Fix forgotten "m" in 8e102da76c

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
This commit is contained in:
Siebrand Mazeland 2010-03-01 22:35:27 +01:00
parent 8e102da76c
commit bf95fa92b5

View File

@ -441,7 +441,7 @@ class Action extends HTMLOutputter // lawsuit
_m('Main menu option when logged in for access to user settings', 'Account'), _m('Tooltip for main menu option "Account"', 'Change your email, avatar, password, profile'), false, 'nav_account');
if ($connect) {
$this->menuItem(common_local_url($connect),
_m('Main menu option when logged in and connection are possible for access to options to connect to other services', 'Connect'), _('Tooltip for main menu option "Services"', 'Connect to services'), false, 'nav_connect');
_m('Main menu option when logged in and connection are possible for access to options to connect to other services', 'Connect'), _m('Tooltip for main menu option "Services"', 'Connect to services'), false, 'nav_connect');
}
if ($user->hasRight(Right::CONFIGURESITE)) {
$this->menuItem(common_local_url('siteadminpanel'),