CC-4833: I18N: Alert message "Please select a cursor posion from timeline." in Now playing page is not translated

-fixed
This commit is contained in:
denise 2013-01-14 13:47:41 -05:00
parent 83be01d0d0
commit 1e6b0fe6ae
2 changed files with 2 additions and 1 deletions

View file

@ -113,7 +113,7 @@ var AIRTIME = (function(AIRTIME) {
}
if (aSchedIds.length == 0) {
alert("Please select a cursor position on timeline.");
alert($.i18n._("Please select a cursor position on timeline."));
return false;
}
console.log(aMediaIds);