]> git.mxchange.org Git - friendica-addons.git/commitdiff
descriptive text for qcomment settings
authorfriendica <info@friendica.com>
Wed, 29 Feb 2012 02:41:24 +0000 (18:41 -0800)
committerfriendica <info@friendica.com>
Wed, 29 Feb 2012 02:41:24 +0000 (18:41 -0800)
qcomment.tgz
qcomment/qcomment.php

index 76dffda1c46b5eac43e558fa50e9ffa378a801e4..1ab55a43f8d3a0cc5b146950d35c7a65b5211726 100644 (file)
Binary files a/qcomment.tgz and b/qcomment.tgz differ
index 45e6332ef3603f5a0da6b74fe3da26608d9a5175..6b37257995412748a71daf5548a6dafdef912b6c 100755 (executable)
@@ -53,6 +53,7 @@ function qcomment_addon_settings(&$a,&$s) {
     $s .= '<div class="settings-block">';
     $s .= '<h3>' . t('Quick Comment Settings') . '</h3>';
     $s .= '<div id="qcomment-wrapper">';
+       $s .= '<div id="qcomment-desc">' . t("Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.") . '</div>';
     $s .= '<label id="qcomment-label" for="qcomment-words">' . t('Enter quick comments, one per line') . ' </label>';
     $s .= '<textarea id="qcomment-words" type="text" name="qcomment-words" >' . htmlspecialchars(unxmlify($words)) . '</textarea>';
     $s .= '</div><div class="clear"></div>';