From: friendica Date: Wed, 29 Feb 2012 02:41:24 +0000 (-0800) Subject: descriptive text for qcomment settings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8427fe4e03df638b91ed3ee7505ee07531d18a9b;p=friendica-addons.git descriptive text for qcomment settings --- diff --git a/qcomment.tgz b/qcomment.tgz index 76dffda1..1ab55a43 100644 Binary files a/qcomment.tgz and b/qcomment.tgz differ diff --git a/qcomment/qcomment.php b/qcomment/qcomment.php index 45e6332e..6b372579 100755 --- a/qcomment/qcomment.php +++ b/qcomment/qcomment.php @@ -53,6 +53,7 @@ function qcomment_addon_settings(&$a,&$s) { $s .= '
'; $s .= '

' . t('Quick Comment Settings') . '

'; $s .= '
'; + $s .= '
' . t("Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.") . '
'; $s .= ''; $s .= ''; $s .= '
';