From 2fcc9ff65f8ea8ab80d7f13cb198e995f9ac9e4c Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sun, 7 Sep 2008 02:33:39 -0400 Subject: Twitter integration - wording change darcs-hash:20080907063339-7b5ce-bce7b96763adcac5746b1b4d930b636ae0852491.gz --- actions/twittersettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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')); -- cgit v1.2.3-54-g00ecf