diff --git a/mod/settings.php b/mod/settings.php index da987260ca..a003401dff 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -745,9 +745,10 @@ function settings_content(&$a) { $checked = ((get_pconfig(local_user(), 'system', 'no_intelligent_shortening')) ? ' checked="checked" ' : ''); - $settings_connectors .= '
'; - $settings_connectors .= ''; + $settings_connectors .= '
'; + $settings_connectors .= ''; $settings_connectors .= ''; + $settings_connectors .= ''.t('Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post.').''; $settings_connectors .= '
'; $settings_connectors .= '
';