From 6c47f262cc8be96de0f543284b303fd6a1564a3f Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 1 May 2011 19:50:00 -0700 Subject: warn if msg is visible to all --- include/conversation.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/conversation.php') 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 everybody'), '$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:"), -- cgit v1.2.3