summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-01 22:35:27 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-03-01 22:35:27 +0100
commitbf95fa92b5cd8969c7f695d1e1636aaca6fb77cd (patch)
treeec57bb5edad954561b0d685449da2fb2d000a9f3 /lib/action.php
parent8e102da76cc7466bffb67cb591927f123ed74c12 (diff)
Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index c9fb16b8d..039e56961 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'),