From 4a176eadcb5e394faea3664caafdd5cc8418c2e3 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Tue, 27 Jan 2009 14:51:13 -0800 Subject: Have "Current verified Twitter account" to use the right CSS class: form_note --- actions/twittersettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/twittersettings.php') diff --git a/actions/twittersettings.php b/actions/twittersettings.php index c3a851415..b3bf67dc3 100644 --- a/actions/twittersettings.php +++ b/actions/twittersettings.php @@ -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'); -- cgit v1.2.3-54-g00ecf