diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-17 13:40:27 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-17 13:40:27 +0100 |
commit | 844a36e2b6c9cd8e934b57b7d56b7a9863f12929 (patch) | |
tree | 3ba5f23865643ff8c660fb9c9a9eeb44327b8a1b /mod | |
parent | 02281be0c3b19bcab3ae3a96475846104af11e92 (diff) | |
parent | c9846b745dfe2a4c20ffe4e1f48bb18da3886fd4 (diff) | |
download | volse-hubzilla-844a36e2b6c9cd8e934b57b7d56b7a9863f12929.tar.gz volse-hubzilla-844a36e2b6c9cd8e934b57b7d56b7a9863f12929.tar.bz2 volse-hubzilla-844a36e2b6c9cd8e934b57b7d56b7a9863f12929.zip |
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 6cc80e3a6..a073a5e98 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -644,7 +644,7 @@ function settings_content(&$a) { )); $hide_wall = replace_macros($opt_tpl,array( - '$field' => array('hidewall', t('Hide profile details and all your messages from unknown viewers?'), $a->user['hidewall'], '', array(t('No'),t('Yes'))), + '$field' => array('hidewall', t('Hide your profile details from unknown viewers?'), $a->user['hidewall'], '', array(t('No'),t('Yes'))), )); |