Remove the gettext tag of untranslatable strings

This commit is contained in:
SwimmingTiger 2020-09-03 10:04:28 +08:00 committed by Mathieu Comandon
parent 8b2ad6b3b1
commit 31d23c2c11

View file

@ -73,7 +73,7 @@ class scummvm(Runner):
"default":
"3x",
"choices": [
(_("1x"), "1x"),
("1x", "1x"),
("2x", "2x"),
("3x", "3x"),
("hq2x", "hq2x"),