]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Have "Current verified Twitter account" to use the right CSS class: form_note
authorZach Copley <zach@controlyourself.ca>
Tue, 27 Jan 2009 22:51:13 +0000 (14:51 -0800)
committerZach Copley <zach@controlyourself.ca>
Tue, 27 Jan 2009 22:51:13 +0000 (14:51 -0800)
actions/twittersettings.php

index c3a851415f344c2709e94110fd4fec4f5dd8f772..b3bf67dc3f6b254d5b2783d018ee2f68ee8cbfe3 100644 (file)
@@ -109,7 +109,7 @@ class TwittersettingsAction extends ConnectSettingsAction
             $this->elementStart('li', array('id' => 'settings_twitter_remove'));
             $this->element('span', 'twitter_user', $fuser->nickname);
             $this->element('a', array('href' => $fuser->uri), $fuser->uri);
-            $this->element('p', 'form_guide',
+            $this->element('p', 'form_note',
                            _('Current verified Twitter account.'));
             $this->hidden('flink_foreign_id', $flink->foreign_id);
             $this->elementEnd('li');