]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix indentation in lib/action.php
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 9 Feb 2009 12:51:23 +0000 (07:51 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 9 Feb 2009 12:51:23 +0000 (07:51 -0500)
lib/action.php

index 9fbabb4fcb37cb676e4cf9762fe9f8c5782f24b9..e905b091efc5ae99590e26339234451062d5547b 100644 (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');