From 8191d3c77e2c5250188dcfa52bfdc637749ce7d0 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 16 Jun 2014 23:10:03 -0400 Subject: [PATCH] fixup! Fix i18n translation issues --- common/lib/xmodule/xmodule/js/src/video/02_html5_video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js b/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js index 93301d05cd..d055b85d62 100644 --- a/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js +++ b/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js @@ -164,7 +164,7 @@ function () { this.el = $('#' + el); if (this.el.length === 0) { - errorMessage = gettext('VideoPlayer: Element corresponding to the given selector does not found.'); + errorMessage = gettext('VideoPlayer: Element corresponding to the given selector was not found.'); if (window.console && console.log) { console.log(errorMessage); } else {