aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--librevideojs-html5-player.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php
index 46650a8..c7fb33b 100644
--- a/librevideojs-html5-player.php
+++ b/librevideojs-html5-player.php
@@ -202,6 +202,7 @@ function librevideojs_html5_video_embed_handler($atts, $content=null){
}
$player = "librevideojs" . uniqid();
+ //languages
$_no_html5 = __('Sorry, this video will not work because your web browser does not support HTML5 video. Please, change or update your browser', 'librevideojs-html5-player');
$_no_browser = '<p class="no_html5">' . $_no_html5 . '</p>';