Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Martin Konecny 2013-01-14 16:00:46 -05:00
commit 0dfd8acf7a
4 changed files with 7 additions and 7 deletions

View file

@ -74,7 +74,7 @@ var AIRTIME = (function(AIRTIME){
type = $('#obj_type').val();
if (!isTimeValid(cueIn)){
showError(span, $.i18n("please put in a time '00:00:00 (.0)'"));
showError(span, $.i18n._("please put in a time '00:00:00 (.0)'"));
return;
}
$.post(url,
@ -111,7 +111,7 @@ var AIRTIME = (function(AIRTIME){
type = $('#obj_type').val();
if (!isTimeValid(cueOut)){
showError(span, $.i18n("please put in a time '00:00:00 (.0)'"));
showError(span, $.i18n._("please put in a time '00:00:00 (.0)'"));
return;
}