diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-27 14:51:13 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-27 14:51:13 -0800 |
commit | 4a176eadcb5e394faea3664caafdd5cc8418c2e3 (patch) | |
tree | b98a5a4987604d54a04fdde18f364c33bbd98187 | |
parent | a5a1e15cbae190e218cc24bd1e0575176fa28122 (diff) |
Have "Current verified Twitter account" to use the right CSS class: form_note
-rw-r--r-- | actions/twittersettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |