commit 40b85ee37038b5ca6f3b1f85ffd8c3427dfa68bb
Author: Archenoth <archenoth@gmail.com>
AuthorDate: Fri Jan 21 19:44:40 2022 -0700
Commit: Archenoth <archenoth@gmail.com>
CommitDate: Fri Jan 21 19:44:40 2022 -0700
Changed "Run on" -> "Run" in mouse setup
This more closely lines up with existing language in the project
---
src/setup/mouse.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/setup/mouse.c b/src/setup/mouse.c
index 183ef5b2..ffb72dd1 100644
--- a/src/setup/mouse.c
+++ b/src/setup/mouse.c
@@ -107,7 +107,7 @@ static void ConfigExtraButtons(TXT_UNCAST_ARG(widget), TXT_UNCAST_ARG(unused))
AddMouseControl(buttons_table, "Previous weapon", &mousebprevweapon);
AddMouseControl(buttons_table, "Strafe on", &mousebstrafe);
AddMouseControl(buttons_table, "Next weapon", &mousebnextweapon);
- AddMouseControl(buttons_table, "Run on", &mousebspeed);
+ AddMouseControl(buttons_table, "Run", &mousebspeed);
if (gamemission == heretic)
{