diff options
author | Friendika <info@friendika.com> | 2011-05-01 19:50:00 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-01 19:50:00 -0700 |
commit | 6c47f262cc8be96de0f543284b303fd6a1564a3f (patch) | |
tree | 552e84cb8db54d6faf010aa45781b9aadeacb5bb /include | |
parent | 69dc17eb81fb0e0f0a21b4495807aa24cb90fa18 (diff) | |
download | volse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.tar.gz volse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.tar.bz2 volse-hubzilla-6c47f262cc8be96de0f543284b303fd6a1564a3f.zip |
warn if msg is visible to all
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 1 |
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:"), |