]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Twitter integration - wording change
authorZach Copley <zach@controlyourself.ca>
Sun, 7 Sep 2008 06:33:39 +0000 (02:33 -0400)
committerZach Copley <zach@controlyourself.ca>
Sun, 7 Sep 2008 06:33:39 +0000 (02:33 -0400)
darcs-hash:20080907063339-7b5ce-bce7b96763adcac5746b1b4d930b636ae0852491.gz

actions/twittersettings.php

index 24438723f2aad7e75cbe93263fb188425acfd48f..0aea7d66d374854d76271dd901db6bb77f72e003 100644 (file)
@@ -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'));