]> git.mxchange.org Git - friendica-addons.git/blobdiff - statusnet/statusnet.php
Removed the word "Settings" from the settings. This information is redundant.
[friendica-addons.git] / statusnet / statusnet.php
index a159e87ad1bbeb6f415af87f38da4261ad5456df..d4120aaf97f6b297839ce5be6e4e7b1069a9fa8b 100755 (executable)
@@ -155,7 +155,7 @@ function statusnet_settings_post ($a,$post) {
            return;
        // don't check statusnet settings if statusnet submit button is not clicked
        if (!x($_POST,'statusnet-submit')) return;
-       
+
        if (isset($_POST['statusnet-disconnect'])) {
             /***
              * if the statusnet-disconnect checkbox is set, clear the statusnet configuration
@@ -279,11 +279,11 @@ function statusnet_settings(&$a,&$s) {
        $shorteningchecked = (($shorteningenabled) ? ' checked="checked" ' : '');
 
        $s .= '<span id="settings_statusnet_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_statusnet_expanded\'); openClose(\'settings_statusnet_inflated\');">';
-       $s .= '<h3>'. t('StatusNet Posting Settings').'</h3>';
+       $s .= '<h3>'. t('StatusNet').'</h3>';
        $s .= '</span>';
        $s .= '<div id="settings_statusnet_expanded" class="settings-block" style="display: none;">';
        $s .= '<span class="fakelink" onclick="openClose(\'settings_statusnet_expanded\'); openClose(\'settings_statusnet_inflated\');">';
-       $s .= '<h3>'. t('StatusNet Posting Settings').'</h3>';
+       $s .= '<h3>'. t('StatusNet').'</h3>';
        $s .= '</span>';
 
        if ( (!$ckey) && (!$csecret) ) {