diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js
index aca6228a9991e95c7bf0ec97c31bbdd22aeaeed5..990cb66bfef0d4e4907a0c7726959715cd9fc743 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 => {