]> git.mxchange.org Git - friendica-addons.git/blobdiff - fbpost/fbpost.php
Removed the word "Settings" from the settings. This information is redundant.
[friendica-addons.git] / fbpost / fbpost.php
index 9f8108f1f4bbda1c2c1272ec745bf2e846afce89..db905a1573d8d6a4f8a81fb457eeb54400b3a638 100644 (file)
@@ -207,7 +207,7 @@ function fbpost_content(&$a) {
        $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="'
                . $a->get_baseurl() . '/addon/fbpost/fbpost.css' . '" media="all" />' . "\r\n";
 
-       $o .= '<h3>' . t('Facebook Post') . '</h3>';
+       $o .= '<h3>' . t('Facebook') . '</h3>';
 
        if(! $fb_installed) {
                $o .= '<div id="fbpost-enable-wrapper">';
@@ -293,8 +293,7 @@ function fbpost_content(&$a) {
 function fbpost_plugin_settings(&$a,&$b) {
 
        $b .= '<div class="settings-block">';
-       //$b .= '<h3>' . t('Facebook Post Settings') . '</h3>';
-       $b .= '<a href="fbpost"><h3>' . t('Facebook Post Settings') . '</a></h3>';
+       $b .= '<a href="fbpost"><h3>' . t('Facebook') . '</a></h3>';
        $b .= '</div>';
 
 }