mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-16 20:35:15 +02:00
remove NSFW leftover
This commit is contained in:
parent
e47f3c5215
commit
4260b997d4
3 changed files with 5 additions and 11 deletions
|
@ -43,7 +43,6 @@ function langfilter_addon_settings(&$a,&$s) {
|
|||
'$title' => t("Language Filter"),
|
||||
'$intro' => t ('This addon tries to identify the language of a postings. If it does not match any language spoken by you (see below) the posting will be collapsed. Remember detecting the language is not perfect, especially with short postings.'),
|
||||
'$enabled' => array('langfilter_enable', t('Use the language filter'), $enable_checked, ''),
|
||||
'$regex' => t('Use /expression/ to provide regular expressions'),
|
||||
'$languages' => array('langfilter_languages', t('I speak'), $languages, t('List of abbreviations for languages you speak, comma seperated. For excample "de,it".') ),
|
||||
'$submit' => t('Save Settings'),
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue