From: Tobias Diekershoff Date: Tue, 14 May 2013 16:50:45 +0000 (+0200) Subject: fixing the info text for the visitors X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ad29b2368fb7c9e4d97c0354bebcd0fbba6079b0;p=friendica-addons.git fixing the info text for the visitors --- diff --git a/webrtc/webrtc.php b/webrtc/webrtc.php index bcf278a6..7a4e8cf7 100644 --- a/webrtc/webrtc.php +++ b/webrtc/webrtc.php @@ -45,7 +45,7 @@ function webrtc_content(&$a) { /* embedd the landing page in an iframe */ $o .= '

'.t('Video Chat').'

'; - $o .= '

FIXME some short information for the enduser what to do. Best surrounded in a t() call so the text can be translated.

'; + $o .= '

'.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.').'

'; if ($webrtcurl == '') { $o .= '

'.t('Please contact your friendica admin and send a reminder to configure the WebRTC addon.').'

'; } else {