diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-16 08:07:17 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-16 08:07:17 +0100 |
commit | 17a0d38d8f37ac53533ed71903e785565b87b592 (patch) | |
tree | 2134bc487e6ccbca7871e119a1f76e6f6852ebf8 /addon/statusnet | |
parent | 9e746b504fd0f1367cce6353ac51f71327d8fb75 (diff) | |
parent | c5f5102396cee8ec691fd22d486070ec3d5f243d (diff) | |
download | volse-hubzilla-17a0d38d8f37ac53533ed71903e785565b87b592.tar.gz volse-hubzilla-17a0d38d8f37ac53533ed71903e785565b87b592.tar.bz2 volse-hubzilla-17a0d38d8f37ac53533ed71903e785565b87b592.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'addon/statusnet')
-rw-r--r-- | addon/statusnet/statusnet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php index 3dd4b5e98..c7e16b56e 100644 --- a/addon/statusnet/statusnet.php +++ b/addon/statusnet/statusnet.php @@ -133,7 +133,7 @@ function statusnet_settings(&$a,&$s) { $s .= '<input id="statusnet-consumerkey" type="text" name="statusnet-consumerkey" size="35" /><br />'; $s .= '<label id="statusnet-consumersecret-label" for="statusnet-consumersecret">'. t('OAuth Consumer Secret') .'</label>'; $s .= '<input id="statusnet-consumersecret" type="text" name="statusnet-consumersecret" size="35" /><br />'; - $s .= '<label id="statusnet-baseapi-label" for="statusnet-baseapi">'. t('Base API Path \x28remember the trailing /\x29') .'</label>'; + $s .= '<label id="statusnet-baseapi-label" for="statusnet-baseapi">'. t("Base API Path \x28remember the trailing /\x29") .'</label>'; $s .= '<input id="statusnet-baseapi" type="text" name="statusnet-baseapi" size="35" /><br />'; $s .= '</div><div class="clear"></div>'; $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="submit" class="settings-submit" value="' . t('Submit') . '" /></div>'; |