From e10848c64361ee579985ce96c86f3a00c181d95a Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sat, 22 Jun 2019 18:50:23 -0400 Subject: [PATCH] possible pronoun fix --- src/pregmod/widgets/pregmodWidgets.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw index 96a610452af..7b1096429f5 100644 --- a/src/pregmod/widgets/pregmodWidgets.tw +++ b/src/pregmod/widgets/pregmodWidgets.tw @@ -231,8 +231,8 @@ <<widget "setAssistantPronouns">> <<set _apl = ["he", "his", "him", "himself", - "hers", "girl", "woman", - "Girl", "His", "Hers", "He", "Him", "Himself", "Woman"]>> + "hers", "girl", "woman", "loli", + "Girl", "His", "Hers", "He", "Him", "Himself", "Woman", "Loli"]>> <<run App.Utils.setLocalPronouns($assistantPronouns, 'A', _apl)>> <<run App.Utils.setLocalPronouns($marketAssistantPronouns, 'M', _apl)>> -- GitLab