The title for the settings now contain the words "import, "export" or "Mirror" according to their function.

This commit is contained in:
Michael Vogel 2014-04-04 11:14:45 +02:00
parent 7f37e843c7
commit ce997a0367
9 changed files with 18 additions and 18 deletions

View file

@ -73,11 +73,11 @@ function wppost_settings(&$a,&$s) {
/* Add some HTML to the existing form */
$s .= '<span id="settings_wppost_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_wppost_expanded\'); openClose(\'settings_wppost_inflated\');">';
$s .= '<h3>' . t('WordPress') . '</h3>';
$s .= '<h3>' . t('WordPress Export') . '</h3>';
$s .= '</span>';
$s .= '<div id="settings_wppost_expanded" class="settings-block" style="display: none;">';
$s .= '<span class="fakelink" onclick="openClose(\'settings_wppost_expanded\'); openClose(\'settings_wppost_inflated\');">';
$s .= '<h3>' . t('WordPress') . '</h3>';
$s .= '<h3>' . t('WordPress Export') . '</h3>';
$s .= '</span>';
$s .= '<div id="wppost-enable-wrapper">';
$s .= '<label id="wppost-enable-label" for="wppost-checkbox">' . t('Enable WordPress Post Plugin') . '</label>';