From e2a5313b547ed0b475a1bb0c840edb69ab3d30a7 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Mon, 11 Dec 2017 16:18:34 +0900 Subject: [PATCH] Refine message for unrecognized at-rule This changes the following error message: > Sorry, the at-rule %s is not implemented. ...to this: > Unrecognized at-rule %s --- org/w3c/css/util/Messages.properties.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/w3c/css/util/Messages.properties.en b/org/w3c/css/util/Messages.properties.en index 7043b07b4..4f944399f 100644 --- a/org/w3c/css/util/Messages.properties.en +++ b/org/w3c/css/util/Messages.properties.en @@ -186,7 +186,7 @@ warning.marker: The marker-offset property applies on elements with 'display: ma warning.relative: Using relative units gives more robust stylesheets in property %s # used by org.w3c.css.css.StyleSheetParser and org.w3c.css.css.StyleSheetXMLParser -error.at-rule: Sorry, the at-rule %s is not implemented. +error.at-rule: Unrecognized at-rule %s # used by all properties and values error.operator: %s is an incorrect operator