shithub: choc

Download patch

ref: 7a47cb6b18b732fff26bc96214978bea80ba330f
parent: 073465c31d1cbdd42685c79b35f738bb385592d3
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Sun Mar 18 06:19:30 EDT 2018

setup: Change wording of the aspect option to "Force"

--- a/src/setup/display.c
+++ b/src/setup/display.c
@@ -194,7 +194,7 @@
     TXT_SetColumnWidths(window, 40);
 
     TXT_AddWidgets(window,
-        ar_checkbox = TXT_NewCheckBox("Fix aspect ratio",
+        ar_checkbox = TXT_NewCheckBox("Force correct aspect ratio",
                                       &aspect_ratio_correct),
         TXT_If(gamemission == heretic || gamemission == hexen
             || gamemission == strife,