aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-02 20:22:41 -0800
committerfriendica <info@friendica.com>2014-02-02 20:22:41 -0800
commitc7cad26b4187736065d02876c3a260309a5c6691 (patch)
treeb44a59741a1fa5b74cd8f4ea46cccf1f12ae9375
parent5cc6efe21f51f5e3696b5f047a74186e957a7780 (diff)
downloadvolse-hubzilla-c7cad26b4187736065d02876c3a260309a5c6691.tar.gz
volse-hubzilla-c7cad26b4187736065d02876c3a260309a5c6691.tar.bz2
volse-hubzilla-c7cad26b4187736065d02876c3a260309a5c6691.zip
more wordsmithing
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 543bef5ed..38b1d6fdf 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -919,7 +919,7 @@ function settings_content(&$a) {
'$defloc' => array('defloc', t('Default Post Location:'), $defloc, ''),
'$allowloc' => array('allow_location', t('Use Browser Location:'), ((get_pconfig(local_user(),'system','use_browser_location')) ? 1 : ''), ''),
- '$adult' => array('adult', t('Adult Content'), $adult_flag, t('This channel publishes adult content.')),
+ '$adult' => array('adult', t('Adult Content'), $adult_flag, t('This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)')),
'$h_prv' => t('Security and Privacy Settings'),