mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
action widgets: Fix grammar
This commit is contained in:
parent
2c58a0f51c
commit
4b7fda4f43
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class ResponseId(AstNode):
|
||||||
]
|
]
|
||||||
|
|
||||||
grammar = [
|
grammar = [
|
||||||
UseIdent("response"),
|
Keyword("response"),
|
||||||
"=",
|
"=",
|
||||||
AnyOf(
|
AnyOf(
|
||||||
UseIdent("response_id"),
|
UseIdent("response_id"),
|
||||||
|
|
|
@ -6,7 +6,7 @@ Dialog {
|
||||||
label: _("Cancel");
|
label: _("Cancel");
|
||||||
}
|
}
|
||||||
|
|
||||||
[action reponse=9]
|
[action response=9]
|
||||||
Button custom_response_button {
|
Button custom_response_button {
|
||||||
label: _("Reinstall Windows");
|
label: _("Reinstall Windows");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue