From 982bbf67aba14d48880078cd935585872cc774c9 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Wed, 13 Dec 2017 00:20:08 -0500
Subject: [PATCH] Fix typo

---
 src/cheats/mod_EditSlaveCheat.tw | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index c0c1ef3bea4..c461826fd46 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -453,7 +453,7 @@ Plush.
 <br>
 <<radiobutton "$activeSlave.shoulders" -2>> Very narrow
 <<radiobutton "$activeSlave.shoulders" -1>> Narrow
-<<radiobutton "$activeSlave.shoulders" -0>> Normal
+<<radiobutton "$activeSlave.shoulders" 0>> Normal
 <<radiobutton "$activeSlave.shoulders" 1>> Broad
 <<radiobutton "$activeSlave.shoulders" 2>> Very broad
 
@@ -464,7 +464,7 @@ Plush.
 <br>
 <<radiobutton "$activeSlave.shouldersImplant" -2>> Adv. Narrowed
 <<radiobutton "$activeSlave.shouldersImplant" -1>> Narrowed
-<<radiobutton "$activeSlave.shouldersImplant" -0>> None
+<<radiobutton "$activeSlave.shouldersImplant" 0>> None
 <<radiobutton "$activeSlave.shouldersImplant" 1>> Broadened
 <<radiobutton "$activeSlave.shouldersImplant" 2>> Adv. Broadened
 
@@ -486,7 +486,7 @@ Plush.
 <br>
 <<radiobutton "$activeSlave.hipsImplant" -2>> Adv. Narrowed
 <<radiobutton "$activeSlave.hipsImplant" -1>> Narrowed
-<<radiobutton "$activeSlave.hipsImplant" -0>> None
+<<radiobutton "$activeSlave.hipsImplant" 0>> None
 <<radiobutton "$activeSlave.hipsImplant" 1>> Broadened
 <<radiobutton "$activeSlave.hipsImplant" 2>> Adv. Broadened
 
-- 
GitLab