mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 708150 - Error text for media resource 404 is misleading when the requested media resource format or mime type is unsupported. r=dolske
This commit is contained in:
parent
a7950c2f4f
commit
f9e47c4043
@ -202,7 +202,7 @@
|
||||
<label class="errorLabel" anonid="errorNetwork">&error.network;</label>
|
||||
<label class="errorLabel" anonid="errorDecode">&error.decode;</label>
|
||||
<label class="errorLabel" anonid="errorSrcNotSupported">&error.srcNotSupported;</label>
|
||||
<label class="errorLabel" anonid="errorNoSource">&error.noSource;</label>
|
||||
<label class="errorLabel" anonid="errorNoSource">&error.noSource2;</label>
|
||||
<label class="errorLabel" anonid="errorGeneric">&error.generic;</label>
|
||||
</vbox>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
<!ENTITY error.network "Video playback aborted due to a network error.">
|
||||
<!ENTITY error.decode "Video can't be played because the file is corrupt.">
|
||||
<!ENTITY error.srcNotSupported "Video format or MIME type is not supported.">
|
||||
<!ENTITY error.noSource "Video not found.">
|
||||
<!ENTITY error.noSource2 "No video with supported format and MIME type found.">
|
||||
<!ENTITY error.generic "Video playback aborted due to an unknown error.">
|
||||
|
||||
<!-- LOCALIZATION NOTE (scrubberScale.nameFormat): the #1 string is the current
|
||||
|
Loading…
Reference in New Issue
Block a user