mirror of
https://github.com/lutris/lutris
synced 2024-11-02 10:19:50 +00:00
Fixed a small typo
This commit is contained in:
parent
2114e890f3
commit
9938a856c4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class yuzu(Runner):
|
|||
runner_options = [
|
||||
{
|
||||
"option": "prod_keys",
|
||||
"label": _("Ecryption keys"),
|
||||
"label": _("Encryption keys"),
|
||||
"type": "file",
|
||||
"help": _("File containing the encryption keys."),
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue