Fixed a small typo

This commit is contained in:
yondering 2021-05-28 23:35:21 +00:00 committed by Mathieu Comandon
parent 2114e890f3
commit 9938a856c4

View file

@ -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."),
}, {