warn if msg is visible to all

This commit is contained in:
Friendika 2011-05-01 19:50:00 -07:00
parent 69dc17eb81
commit 6c47f262cc
4 changed files with 17 additions and 6 deletions

View file

@ -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:"),