From: Siebrand Mazeland Date: Mon, 1 Mar 2010 21:35:27 +0000 (+0100) Subject: Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf95fa92b5cd8969c7f695d1e1636aaca6fb77cd;p=quix0rs-gnu-social.git Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12 Signed-off-by: Siebrand Mazeland --- 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'),