diff --git a/examples/js/Detector.js b/examples/js/Detector.js index 2c7847fd..2d38906f 100644 --- a/examples/js/Detector.js +++ b/examples/js/Detector.js @@ -26,13 +26,11 @@ Detector = { if ( ! this.webgl ) { domElement.innerHTML = window.WebGLRenderingContext ? [ - 'Sorry, your graphics card doesn\'t support WebGL' + 'Your graphics card does not seem to support WebGL.
', + 'Find out how to get it here.' ].join( '\n' ) : [ - 'Sorry, your browser doesn\'t support WebGL
', - 'Please try with', - 'Chrome, ', - 'Firefox 4 or', - 'Webkit Nightly (Mac)' + 'Your browser does not seem to support WebGL.
', + 'Find out how to get it here.' ].join( '\n' ); }