aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-28 20:11:58 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-28 20:11:58 -0700
commit4fec7aa991e0afe63a47722a7186e6fd2058d20a (patch)
tree01e88c573726b77f0835bcd2feb0a04dd224197d /mod/connedit.php
parentb5dfc54be3fac5b500e11900da3212b104c9f66b (diff)
downloadvolse-hubzilla-4fec7aa991e0afe63a47722a7186e6fd2058d20a.tar.gz
volse-hubzilla-4fec7aa991e0afe63a47722a7186e6fd2058d20a.tar.bz2
volse-hubzilla-4fec7aa991e0afe63a47722a7186e6fd2058d20a.zip
add text hint how to set language in connection filter
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index 65eba885a..fd3abdcf0 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -668,8 +668,8 @@ function connedit_content(&$a) {
'$lbl_rating_txt' => t('Optionally explain your rating'),
'$connfilter' => feature_enabled(local_channel(),'connfilter'),
'$connfilter_label' => t('Custom Filter'),
- '$incl' => array('abook_incl',t('Only import posts with this text'), $contact['abook_incl'],t('words one per line or #tags or /patterns/, leave blank to import all posts')),
- '$excl' => array('abook_excl',t('Do not import posts with this text'), $contact['abook_excl'],t('words one per line or #tags or /patterns/, leave blank to import all posts')),
+ '$incl' => array('abook_incl',t('Only import posts with this text'), $contact['abook_incl'],t('words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts')),
+ '$excl' => array('abook_excl',t('Do not import posts with this text'), $contact['abook_excl'],t('words one per line or #tags or /patterns/ or lang=xx, leave blank to import all posts')),
'$rating_text' => array('rating_text', t('Optionally explain your rating'),$rating_text,''),
'$rating_info' => t('This information is public!'),
'$rating' => $rating,