forked from 0x2620/pandora
fix capitalization
This commit is contained in:
parent
ad7c36881c
commit
e14b694822
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ pandora.ui.uploadVideoDialog = function(data) {
|
||||||
delete pandora.firefogg;
|
delete pandora.firefogg;
|
||||||
that.close();
|
that.close();
|
||||||
} else {
|
} else {
|
||||||
$status.html(Ox._('Upload Failed.'));
|
$status.html(Ox._('Upload failed.'));
|
||||||
pandora.api.log({
|
pandora.api.log({
|
||||||
text: data.responseText,
|
text: data.responseText,
|
||||||
url: '/' + item,
|
url: '/' + item,
|
||||||
|
|
Loading…
Reference in a new issue