]> git.mxchange.org Git - friendica-addons.git/blobdiff - gpluspost/gpluspost.php
Removed the word "Settings" from the settings. This information is redundant.
[friendica-addons.git] / gpluspost / gpluspost.php
index a66e1e45ff4c9516207212006188b02769cebdf0..c6f2b2ebec0fdbc2fc4b5dafe468283768bd4696 100644 (file)
@@ -59,11 +59,11 @@ function gpluspost_settings(&$a,&$s) {
        $skip_checked = (($skip_enabled) ? ' checked="checked" ' : '');
 
        $s .= '<span id="settings_gpluspost_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_gpluspost_expanded\'); openClose(\'settings_gpluspost_inflated\');">';
-       $s .= '<h3>' . t('Google+ Post Settings') . '</h3>';
+       $s .= '<h3>' . t('Google+') . '</h3>';
        $s .= '</span>';
        $s .= '<div id="settings_gpluspost_expanded" class="settings-block" style="display: none;">';
        $s .= '<span class="fakelink" onclick="openClose(\'settings_gpluspost_expanded\'); openClose(\'settings_gpluspost_inflated\');">';
-       $s .= '<h3>' . t('Google+ Post Settings') . '</h3>';
+       $s .= '<h3>' . t('Google+') . '</h3>';
        $s .= '</span>';
 
        $s .= '<div id="gpluspost-enable-wrapper">';