зеркало из https://github.com/mozilla/gecko-dev.git
Fix extraneous quotes in unexpected EOF CSS parser errors. b=299192 r+sr=bzbarsky a=asa
This commit is contained in:
Родитель
b71184cb94
Коммит
77fe79b845
|
@ -37,7 +37,7 @@
|
||||||
MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, "%2$S", is not "text/css".
|
MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, "%2$S", is not "text/css".
|
||||||
MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, "%2$S", is not "text/css".
|
MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, "%2$S", is not "text/css".
|
||||||
|
|
||||||
PEUnexpEOF=Unexpected end of file while searching for '%1$S'.
|
PEUnexpEOF=Unexpected end of file while searching for %1$S.
|
||||||
PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule.
|
PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule.
|
||||||
PEDeclDropped=Declaration dropped.
|
PEDeclDropped=Declaration dropped.
|
||||||
PEDeclSkipped=Skipped to next declaration.
|
PEDeclSkipped=Skipped to next declaration.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче