]> git.mxchange.org Git - friendica-addons.git/blobdiff - snautofollow/snautofollow.php
Merge pull request #408 from tobiasd/2017ß320-pledgie
[friendica-addons.git] / snautofollow / snautofollow.php
index 4afb8706834fd38e718ec8bf2f3bf78b40d3d02d..2d953d5b371b7da8f8ef73cf424a16da53c7609c 100644 (file)
@@ -4,8 +4,7 @@
  * Description: Automatic follow/friend of statusnet people who mention/follow you
  * Version: 1.0
  * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
- * 
- *
+ * Status: Unsupported
  */
 
 
@@ -53,11 +52,11 @@ function snautofollow_settings(&$a,&$s) {
        /* Add some HTML to the existing form */
 
        $s .= '<span id="settings_snautofollow_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_snautofollow_expanded\'); openClose(\'settings_snautofollow_inflated\');">';
-       $s .= '<h3>' . t('StatusNet AutoFollow Settings') . '</h3>';
+       $s .= '<h3>' . t('StatusNet AutoFollow') . '</h3>';
        $s .= '</span>';
        $s .= '<div id="settings_snautofollow_expanded" class="settings-block" style="display: none;">';
        $s .= '<span class="fakelink" onclick="openClose(\'settings_snautofollow_expanded\'); openClose(\'settings_snautofollow_inflated\');">';
-       $s .= '<h3>' . t('StatusNet AutoFollow Settings') . '</h3>';
+       $s .= '<h3>' . t('StatusNet AutoFollow') . '</h3>';
        $s .= '</span>';
 
        $s .= '<div id="snautofollow-wrapper">';