From 472a6f138040bde03eff98a8a2e20d114451ce0e Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 15 May 2015 21:09:00 +0200 Subject: [PATCH] Added explanation for shortening. --- mod/settings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 .= '
';