Commit 8191d3c7 by Sarina Canelake

fixup! Fix i18n translation issues

parent 0b398c89
...@@ -164,7 +164,7 @@ function () { ...@@ -164,7 +164,7 @@ function () {
this.el = $('#' + el); this.el = $('#' + el);
if (this.el.length === 0) { 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) { if (window.console && console.log) {
console.log(errorMessage); console.log(errorMessage);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment