mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
Remove the gettext tag of untranslatable strings
This commit is contained in:
parent
8b2ad6b3b1
commit
31d23c2c11
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class scummvm(Runner):
|
|||
"default":
|
||||
"3x",
|
||||
"choices": [
|
||||
(_("1x"), "1x"),
|
||||
("1x", "1x"),
|
||||
("2x", "2x"),
|
||||
("3x", "3x"),
|
||||
("hq2x", "hq2x"),
|
||||
|
|
Loading…
Reference in a new issue