From 24ea25ddd3578f15e816b45a7c0d1f32b3655ca3 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 9 Jan 2020 01:25:21 -0500 Subject: [PATCH] fix comment --- src/js/utilsFC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js index aca6228a999..990cb66bfef 100644 --- a/src/js/utilsFC.js +++ b/src/js/utilsFC.js @@ -2738,7 +2738,7 @@ App.Utils.setLocalPronouns = function(slave, suffix, pronouns) { 'She', 'Her', 'Hers', 'Herself', 'Girl', 'woman', 'women', 'loli', 'daughter', 'sister', 'wife', 'wives', 'mother', 'mothers', 'Woman', 'Women', 'Loli', 'Daughter', 'Sister', 'Wife', 'Wives', 'Mother', 'Mothers' - ]; + ]; // Pronouns always refer to the slave in question, never any relation of theirs. It is "mother" as in "she is a mother of many" not "you are her mother". Plural pronouns would refer to "wives like her," not "her wives." const scope = pSuffix.length === 0 ? State.variables : State.temporary; pronouns.forEach(p => { -- GitLab