aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-02 19:25:57 -0700
committerfriendica <info@friendica.com>2014-04-02 19:25:57 -0700
commitd1271ca340612224cd0daa2b3f9d5a5a28f7aa22 (patch)
tree161b7e5e00bfbd6f1b5c5bc0635ba930e0270355 /mod/settings.php
parentd68b202cad520db4c95b544bb08a9130fd263606 (diff)
downloadvolse-hubzilla-d1271ca340612224cd0daa2b3f9d5a5a28f7aa22.tar.gz
volse-hubzilla-d1271ca340612224cd0daa2b3f9d5a5a28f7aa22.tar.bz2
volse-hubzilla-d1271ca340612224cd0daa2b3f9d5a5a28f7aa22.zip
clarify location - issue #392
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 5c9511d30..3ab34f145 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -937,7 +937,7 @@ function settings_content(&$a) {
'$username' => array('username', t('Full Name:'), $username,''),
'$email' => array('email', t('Email Address:'), $email, ''),
'$timezone' => array('timezone_select' , t('Your Timezone:'), select_timezone($timezone), ''),
- '$defloc' => array('defloc', t('Default Post Location:'), $defloc, ''),
+ '$defloc' => array('defloc', t('Default Post Location:'), $defloc, t('Geographical location to display on your posts')),
'$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 frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)')),