diff --git a/dom/locales/en-US/chrome/layout/css.properties b/dom/locales/en-US/chrome/layout/css.properties index e5725cf4d34e..316f6968107a 100644 --- a/dom/locales/en-US/chrome/layout/css.properties +++ b/dom/locales/en-US/chrome/layout/css.properties @@ -37,7 +37,7 @@ 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". -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. PEDeclDropped=Declaration dropped. PEDeclSkipped=Skipped to next declaration.