From 567d47b9d640c44b94432339cd88b32d8a96f473 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Fri, 15 Mar 2019 23:00:07 -0400
Subject: [PATCH] Revert "Text fixes"

This reverts commit b11d512ecb4ff5829967925f2f04c531dcd4a411.
---
 src/js/assayJS.js | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index d9376c1ffdb..6cdae706ccf 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -404,20 +404,20 @@ window.Enunciate = /** @param {App.Entity.SlaveState} slave */ function Enunciat
 					V.titleEnunciate = "Mom";
 			} else if (V.PC.mother === slave.ID || V.PC.father === slave.ID) {
 				if (V.PC.title === 1)
-					V.titleEnunciate = "thon";
+					V.titleEnunciate = "Thon";
 				else if (V.PC.title === 0)
-					V.titleEnunciate = "daughter";
+					V.titleEnunciate = "Daughter";
 			} else if (areSisters(slave, V.PC) > 0) {
 				if (V.PC.title === 1) {
 					if (slave.actualAge < 18)
-						V.titleEnunciate = "bro";
+						V.titleEnunciate = "Bro";
 					else
-						V.titleEnunciate = "brother";
+						V.titleEnunciate = "Brother";
 				} else if (V.PC.title === 0) {
 					if (slave.actualAge < 18)
-						V.titleEnunciate = "thith";
+						V.titleEnunciate = "Thith";
 					else
-						V.titleEnunciate = "thithter";
+						V.titleEnunciate = "Thithter";
 				}
 			}
 		}
@@ -468,20 +468,20 @@ window.Enunciate = /** @param {App.Entity.SlaveState} slave */ function Enunciat
 					V.titleEnunciate = "Mom";
 			} else if (V.PC.mother === slave.ID || V.PC.father === slave.ID) {
 				if (V.PC.title === 1)
-					V.titleEnunciate = "son";
+					V.titleEnunciate = "Son";
 				else if (V.PC.title === 0)
-					V.titleEnunciate = "daughter";
+					V.titleEnunciate = "Daughter";
 			} else if (areSisters(slave, V.PC) > 0) {
 				if (V.PC.title === 1) {
 					if (slave.actualAge < 18)
-						V.titleEnunciate = "bro";
+						V.titleEnunciate = "Bro";
 					else
-						V.titleEnunciate = "brother";
+						V.titleEnunciate = "Brother";
 				} else if (V.PC.title === 0) {
 					if (slave.actualAge < 18)
-						V.titleEnunciate = "sis";
+						V.titleEnunciate = "Sis";
 					else
-						V.titleEnunciate = "sister";
+						V.titleEnunciate = "Sister";
 				}
 			}
 		}
-- 
GitLab