Fix indentation in lib/action.php

This commit is contained in:
Evan Prodromou 2009-02-09 07:51:23 -05:00
parent e29ebc18c7
commit 55cba5007e
1 changed files with 2 additions and 2 deletions

View File

@ -329,10 +329,10 @@ class Action extends HTMLOutputter // lawsuit
if (common_config('xmpp', 'enabled')) {
$this->menuItem(common_local_url('imsettings'),
_('Connect'), _('Connect to IM, SMS, Twitter'), false, 'nav_connect');
_('Connect'), _('Connect to IM, SMS, Twitter'), false, 'nav_connect');
} else {
$this->menuItem(common_local_url('smssettings'),
_('Connect'), _('Connect to SMS, Twitter'), false, 'nav_connect');
_('Connect'), _('Connect to SMS, Twitter'), false, 'nav_connect');
}
$this->menuItem(common_local_url('logout'),
_('Logout'), _('Logout from the site'), false, 'nav_logout');