]> git.mxchange.org Git - friendica-addons.git/commitdiff
fixing the info text for the visitors
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 14 May 2013 16:50:45 +0000 (18:50 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 14 May 2013 16:50:45 +0000 (18:50 +0200)
webrtc/webrtc.php

index bcf278a6c9613c85d2c6507696c330eb3d582f35..7a4e8cf772cd0b2fae2a9c9a3f295de3f87030f3 100644 (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 {