diff --git a/main/inc/lib/nanogong.lib.php b/main/inc/lib/nanogong.lib.php
index 7c79bf4a77..e4ee3446e0 100644
--- a/main/inc/lib/nanogong.lib.php
+++ b/main/inc/lib/nanogong.lib.php
@@ -352,7 +352,7 @@ class Nanogong {
$html .= '';
$html .= '';
- $html .= '
'.Display::return_message(get_lang('BrowserNotSupportNanogongListen'),'warning').$download_button.'
';
+ $html .= ''.Display::return_message(get_lang('BrowserDoesNotSupportNanogongPlayer'),'warning').$download_button.'
';
} elseif(in_array($path_info['extension'],array('mp3', 'ogg','wav'))) {
$js_path = api_get_path(WEB_LIBRARY_PATH).'javascript/';
@@ -623,4 +623,4 @@ class Nanogong {
$html .= '
'.Display::return_message(get_lang('UseTheMessageBelowToAddSomeComments'));
return $html;
}
-}
\ No newline at end of file
+}