aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-01 19:50:00 -0700
committerFriendika <info@friendika.com>2011-05-01 19:50:00 -0700
commit6c47f262cc8be96de0f543284b303fd6a1564a3f (patch)
tree552e84cb8db54d6faf010aa45781b9aadeacb5bb /include/conversation.php
parent69dc17eb81fb0e0f0a21b4495807aa24cb90fa18 (diff)
downloadvolse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.tar.gz
volse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.tar.bz2
volse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.zip
warn if msg is visible to all
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 38816a7d7..1558a5c41 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -687,6 +687,7 @@ function status_editor($a,$x) {
'$baseurl' => $a->get_baseurl(),
'$geotag' => $geotag,
'$nickname' => $x['nickname'],
+ '$ispublic' => t('Visible to <strong>everybody</strong>'),
'$linkurl' => t('Please enter a link URL:'),
'$utubeurl' => t('Please enter a YouTube link:'),
'$vidurl' => t("Please enter a video\x28.ogg\x29 link/URL:"),