Skip to content

Commit e2a5313

Browse files
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
1 parent c148c7b commit e2a5313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/w3c/css/util/Messages.properties.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ warning.marker: The marker-offset property applies on elements with 'display: ma
186186
warning.relative: Using relative units gives more robust stylesheets in property %s
187187

188188
# used by org.w3c.css.css.StyleSheetParser and org.w3c.css.css.StyleSheetXMLParser
189-
error.at-rule: Sorry, the at-rule %s is not implemented.
189+
error.at-rule: Unrecognized at-rule %s
190190

191191
# used by all properties and values
192192
error.operator: %s is an incorrect operator

0 commit comments

Comments
 (0)