action widgets: Fix grammar

This commit is contained in:
James Westman 2022-06-08 22:54:24 -05:00
parent 2c58a0f51c
commit 4b7fda4f43
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ class ResponseId(AstNode):
]
grammar = [
UseIdent("response"),
Keyword("response"),
"=",
AnyOf(
UseIdent("response_id"),

View file

@ -6,7 +6,7 @@ Dialog {
label: _("Cancel");
}
[action reponse=9]
[action response=9]
Button custom_response_button {
label: _("Reinstall Windows");
}