From 6479b810b5dbe9010898d821e8fb0ca4fca6d891 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 4 Dec 2019 18:25:52 -0500 Subject: [PATCH] small fix --- src/js/utilJS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/utilJS.js b/src/js/utilJS.js index fe6655c5a96..71ff2d18d9a 100644 --- a/src/js/utilJS.js +++ b/src/js/utilJS.js @@ -3175,7 +3175,7 @@ App.Utils.setLocalPronouns = function(slave, suffix, pronouns) { 'he', 'him', 'his', 'himself', 'boy', 'He', 'Him', 'His', 'Himself', 'Boy', 'man', 'men', 'shota', 'son', 'brother', 'husband', 'husbands', - 'Men', 'Man', 'Shota', 'Son', 'Brother', 'Husband', 'Husbands', + 'Man', 'Men', 'Shota', 'Son', 'Brother', 'Husband', 'Husbands', 'she', 'her', 'hers', 'herself', 'girl', 'She', 'Her', 'Hers', 'Herself', 'Girl', 'woman', 'women', 'loli', 'daughter', 'sister', 'wife', 'wives', -- GitLab