Skip to content

Commit 5170a94

Browse files
authored
Merge pull request #93 from w3c/sideshowbarker/at-rule-unrecognized
Refine message for unrecognized at-rule
2 parents c148c7b + e2a5313 commit 5170a94

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)