]> git.mxchange.org Git - friendica-addons.git/blobdiff - snautofollow/snautofollow.php
missing "in"
[friendica-addons.git] / snautofollow / snautofollow.php
index 6694c38f7452cc31bf6e288da02aa22bd75a1d6a..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">';
@@ -67,6 +67,6 @@ function snautofollow_settings(&$a,&$s) {
 
        /* provide a submit button */
 
-       $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="snautofollow-submit" class="settings-submit" value="' . t('Submit') . '" /></div></div>';
+       $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="snautofollow-submit" class="settings-submit" value="' . t('Save Settings') . '" /></div></div>';
 
 }