fixing the info text for the visitors

This commit is contained in:
Tobias Diekershoff 2013-05-14 18:50:45 +02:00
parent 360ab11efb
commit ad29b2368f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function webrtc_content(&$a) {
/* embedd the landing page in an iframe */
$o .= '<h2>'.t('Video Chat').'</h2>';
$o .= '<p>FIXME some short information for the enduser what to do. Best surrounded in a <code>t()</code> call so the text can be translated.</p>';
$o .= '<p>'.t('WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.').'</p>';
if ($webrtcurl == '') {
$o .= '<p>'.t('Please contact your friendica admin and send a reminder to configure the WebRTC addon.').'</p>';
} else {