diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-26 08:20:27 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-26 08:20:27 +0200 |
commit | 5e01432c6f15714370f3fd4f07eaf35615052955 (patch) | |
tree | aa4ae49533710af5c301dd2f160bd6344d30cc10 /mod/profiles.php | |
parent | e9df9d22c050c32739cf5a54dbda23f66d094280 (diff) | |
parent | 61b730d567ac4bb648a8d4399f35ca0d32328d40 (diff) | |
download | volse-hubzilla-5e01432c6f15714370f3fd4f07eaf35615052955.tar.gz volse-hubzilla-5e01432c6f15714370f3fd4f07eaf35615052955.tar.bz2 volse-hubzilla-5e01432c6f15714370f3fd4f07eaf35615052955.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
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\" " : ""), |