]> git.mxchange.org Git - friendica-addons.git/blobdiff - snautofollow/snautofollow.php
Removed the word "Settings" from the settings. This information is redundant.
[friendica-addons.git] / snautofollow / snautofollow.php
index 4afb8706834fd38e718ec8bf2f3bf78b40d3d02d..ca19d6503cb1bb03c81ef14f3cc720ef022e92f9 100644 (file)
@@ -53,11 +53,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">';