From: Evan Prodromou Date: Mon, 9 Feb 2009 12:51:23 +0000 (-0500) Subject: Fix indentation in lib/action.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=55cba5007e37245de1059b3de4774040850076c2;hp=e29ebc18c7eeb5c9df46037ecccf822a4327618a;p=quix0rs-gnu-social.git Fix indentation in lib/action.php --- diff --git a/lib/action.php b/lib/action.php index 9fbabb4fcb..e905b091ef 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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');