add text hint how to set language in connection filter
This commit is contained in:
parent
b5dfc54be3
commit
4fec7aa991
@ -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,
|
||||
|
Reference in New Issue
Block a user