summaryrefslogtreecommitdiff
path: root/actions/twittersettings.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2008-09-07 02:33:39 -0400
committerZach Copley <zach@controlyourself.ca>2008-09-07 02:33:39 -0400
commit2fcc9ff65f8ea8ab80d7f13cb198e995f9ac9e4c (patch)
tree61852cabe6b09dc6a28cadbe9f48858b5e8feb57 /actions/twittersettings.php
parent6b42c984eef502a9e6174f1c7b5122b678b8bf4b (diff)
Twitter integration - wording change
darcs-hash:20080907063339-7b5ce-bce7b96763adcac5746b1b4d930b636ae0852491.gz
Diffstat (limited to 'actions/twittersettings.php')
-rw-r--r--actions/twittersettings.php2
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'));