diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-09-07 02:33:39 -0400 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-09-07 02:33:39 -0400 |
commit | 2fcc9ff65f8ea8ab80d7f13cb198e995f9ac9e4c (patch) | |
tree | 61852cabe6b09dc6a28cadbe9f48858b5e8feb57 | |
parent | 6b42c984eef502a9e6174f1c7b5122b678b8bf4b (diff) |
Twitter integration - wording change
darcs-hash:20080907063339-7b5ce-bce7b96763adcac5746b1b4d930b636ae0852491.gz
-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 24438723f..0aea7d66d 100644 --- a/actions/twittersettings.php +++ b/actions/twittersettings.php @@ -53,7 +53,7 @@ class TwittersettingsAction extends SettingsAction { common_element('span', 'twitter_user', $fuser->nickname); common_element('a', array('href' => $fuser->uri), $fuser->uri); common_element('span', 'input_instructions', - _('Current verified Twitter User')); + _('Current verified Twitter account.')); common_hidden('flink_user_id', $flink->user_id); common_element_end('p'); common_submit('remove', _('Remove')); |