aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-25 17:20:41 -0700
committerFriendika <info@friendika.com>2011-05-25 17:20:41 -0700
commitcd536731c33ea83eaf8f2b2ff4e4dcb1062feca5 (patch)
tree80d2aca488cc47621ccb001abeb79f0096b5486e /mod/profiles.php
parentb6b2997b435d9e7df6040d208fa0c68503fc1ee9 (diff)
downloadvolse-hubzilla-cd536731c33ea83eaf8f2b2ff4e4dcb1062feca5.tar.gz
volse-hubzilla-cd536731c33ea83eaf8f2b2ff4e4dcb1062feca5.tar.bz2
volse-hubzilla-cd536731c33ea83eaf8f2b2ff4e4dcb1062feca5.zip
minor string update
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index b64c1294e..f0821a4f8 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -363,7 +363,7 @@ function profiles_content(&$a) {
$opt_tpl = get_markup_template("profile-hide-wall.tpl");
$hide_wall = replace_macros($opt_tpl,array(
- '$desc' => t('Hide your messages from unknown viewers of this profile?'),
+ '$desc' => t('Hide profile details and all your messages from unknown viewers?'),
'$yes_str' => t('Yes'),
'$no_str' => t('No'),
'$yes_selected' => (($r[0]['hidewall']) ? " checked=\"checked\" " : ""),