]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 1 Mar 2010 21:35:27 +0000 (22:35 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 1 Mar 2010 21:35:27 +0000 (22:35 +0100)
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
lib/action.php

index c9fb16b8d3100e7d208412130b8fc42c3978bd83..039e56961363f9eb5a87b2a6d33432f20184da82 100644 (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'),