diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js
index f3a508d74add9504c63aebfe9159f50cb8b60e09..e60ba9aefbd82e4518cb71d82e39d1ddce76fa22 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', 'loli', 'daughter', 'sister', 'wife', 'mother',
 		'Woman', 'Loli', 'Daughter', 'Sister', 'Wife', 'Mother'
-	];
+	]; // 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".
 
 	const scope = pSuffix.length === 0 ? State.variables : State.temporary;
 	pronouns.forEach(p => {