From c4d1d1b219fe86c7e9e259900274d34f4e1b03a5 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 29 Dec 2018 09:55:11 -0500 Subject: [PATCH] Cheat menu title correction --- src/cheats/PCCheatMenu.tw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cheats/PCCheatMenu.tw b/src/cheats/PCCheatMenu.tw index 0693f9c9147..2743f1a09da 100644 --- a/src/cheats/PCCheatMenu.tw +++ b/src/cheats/PCCheatMenu.tw @@ -7,9 +7,9 @@ <br><br> -Title: ''<<if $tempSlave.title == 0>>Master<<else>>Mistress<</if>>'' -<br><<radiobutton "$tempSlave.title" 0>> Master - <<radiobutton "$tempSlave.title" 1>> Mistress +Title: ''<<if $tempSlave.title == 1>>Master<<else>>Mistress<</if>>'' +<br><<radiobutton "$tempSlave.title" 1>> Master + <<radiobutton "$tempSlave.title" 0>> Mistress <br>''Name'': <<textbox "$tempSlave.name" $tempSlave.name>> <br>''Surname'': <<textbox "$tempSlave.surname" $tempSlave.surname>> <br>''Custom Title'': <<textbox "$tempSlave.customTitle" $tempSlave.customTitle>> -- GitLab