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

@ -144,11 +144,11 @@ function diaspora_settings(&$a,&$s) {
/* Add some HTML to the existing form */
$s .= '<span id="settings_diaspora_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_diaspora_expanded\'); openClose(\'settings_diaspora_inflated\');">';
$s .= '<h3>' . t('Diaspora') . '</h3>';
$s .= '<h3>' . t('Diaspora Export') . '</h3>';
$s .= '</span>';
$s .= '<div id="settings_diaspora_expanded" class="settings-block" style="display: none;">';
$s .= '<span class="fakelink" onclick="openClose(\'settings_diaspora_expanded\'); openClose(\'settings_diaspora_inflated\');">';
$s .= '<h3>' . t('Diaspora') . '</h3>';
$s .= '<h3>' . t('Diaspora Export') . '</h3>';
$s .= '</span>';
if ($status) {