aboutsummaryrefslogtreecommitdiffstats
path: root/addon/statusnet/statusnet.php
diff options
context:
space:
mode:
authortobiasd <tobias.diekershoff@gmx.net>2011-07-28 08:40:23 -0700
committertobiasd <tobias.diekershoff@gmx.net>2011-07-28 08:40:23 -0700
commitb9cd244dd9980a1103f36ce960b62189bef144eb (patch)
tree64e44b7423e4ef07d1c954119ef0608ec1c6175e /addon/statusnet/statusnet.php
parentc74f0f0cabc774b1dc1719b2ebc7409179d26ca4 (diff)
parentcfc7f8308f5e1756d1ea7b2fadd317821442d16c (diff)
downloadvolse-hubzilla-b9cd244dd9980a1103f36ce960b62189bef144eb.tar.gz
volse-hubzilla-b9cd244dd9980a1103f36ce960b62189bef144eb.tar.bz2
volse-hubzilla-b9cd244dd9980a1103f36ce960b62189bef144eb.zip
Merge pull request #149 from tobiasd/master
wording for StatusNet and Twitter config cleared
Diffstat (limited to 'addon/statusnet/statusnet.php')
-rw-r--r--addon/statusnet/statusnet.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php
index 062884b96..bf6cbfbc7 100644
--- a/addon/statusnet/statusnet.php
+++ b/addon/statusnet/statusnet.php
@@ -1,7 +1,7 @@
<?php
/**
* Name: StatusNet Connector
- * Version: 1.0
+ * Version: 1.0.1
* Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/profile/tobias>
*/
@@ -276,7 +276,7 @@ function statusnet_settings(&$a,&$s) {
$connection = new StatusNetOAuth($api,$ckey,$csecret,$otoken,$osecret);
$details = $connection->get('account/verify_credentials');
$s .= '<div id="statusnet-info" ><img id="statusnet-avatar" src="'.$details->profile_image_url.'" /><p id="statusnet-info-block">'. t('Currently connected to: ') .'<a href="'.$details->statusnet_profile_url.'" target="_statusnet">'.$details->screen_name.'</a><br /><em>'.$details->description.'</em></p></div>';
- $s .= '<p>'. t('If enabled all your <strong>public</strong> postings will be posted to the associated StatusNet account.') .'</p>';
+ $s .= '<p>'. t('If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.') .'</p>';
$s .= '<div id="statusnet-enable-wrapper">';
$s .= '<label id="statusnet-enable-label" for="statusnet-checkbox">'. t('Allow posting to StatusNet') .'</label>';
$s .= '<input id="statusnet-checkbox" type="checkbox" name="statusnet-enable" value="1" ' . $checked . '/>';