From 2daa64428dcddb78c0477f2a47fe24f970d0e886 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 28 Sep 2017 12:16:47 +0300 Subject: [PATCH] Removed redundant dot from name of compatibility option https://forum.zdoom.org/viewtopic.php?t=58012 --- wadsrc/static/language.enu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/language.enu b/wadsrc/static/language.enu index e440dc7867..387477151c 100644 --- a/wadsrc/static/language.enu +++ b/wadsrc/static/language.enu @@ -2098,7 +2098,7 @@ CMPTMNU_SHORTTEX = "Find shortest textures like Doom"; CMPTMNU_STAIRS = "Use buggier stair building"; CMPTMNU_FLOORMOVE = "Use Doom's floor motion behavior"; CMPTMNU_POINTONLINE = "Use Doom's point-on-line algorithm"; -CMPTMNU_MULTIEXIT = "Level exit can be triggered more than once."; +CMPTMNU_MULTIEXIT = "Level exit can be triggered more than once"; CMPTMNU_PHYSICSBEHAVIOR = "Physics Behavior"; CMPTMNU_NOPASSOVER = "Actors are infinitely tall"; CMPTMNU_BOOMSCROLL = "Boom scrollers are additive";