From 55cba5007e37245de1059b3de4774040850076c2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 9 Feb 2009 07:51:23 -0500 Subject: Fix indentation in lib/action.php --- lib/action.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/action.php b/lib/action.php index 9fbabb4fc..e905b091e 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'); -- cgit v1.2.3-54-g00ecf