From bf95fa92b5cd8969c7f695d1e1636aaca6fb77cd Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 1 Mar 2010 22:35:27 +0100 Subject: [PATCH] Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12 Signed-off-by: Siebrand Mazeland --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/action.php b/lib/action.php index c9fb16b8d3..039e569613 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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'),