diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 659cec16813a2091ab2cfdff28a4421421c0a122..077a7444f787f8b51b8f48b3331a05f7327b454a 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -2329,7 +2329,7 @@ ball size
 scrotum:*
 
 scrotum size
-function relative to .ballSize
+function relative to .balls
 
 *If .balls gt 0 and .scrotum is 0, balls are internal
 
diff --git a/src/facilities/nursery/nurseryWidgets.js b/src/facilities/nursery/nurseryWidgets.js
index 4fa67353af029cc4cc1a5c172f1fbe494eccb9d7..135521ac624dcca91c44e9637acaf80a4c28c146 100644
--- a/src/facilities/nursery/nurseryWidgets.js
+++ b/src/facilities/nursery/nurseryWidgets.js
@@ -17550,7 +17550,7 @@ App.Facilities.Nursery.ChildState = class ChildState {
 		/**
 			* scrotum size
 			*
-			* function relative to .ballSize
+			* function relative to .balls
 			*
 			* *If .balls > 0 and .scrotum === 0, balls are internal*
 			*/
diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index bff88f5de3edf223a401d51e07409e6b83244e6f..aa6492d2481869f0a3bd812679cca87f0f4443e6 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -1453,7 +1453,7 @@ App.Entity.SlaveState = class SlaveState {
 		/**
 		 * scrotum size
 		 *
-		 * function relative to .ballSize
+		 * function relative to .balls
 		 *
 		 * *If .balls > 0 and .scrotum === 0, balls are internal*
 		 */
diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js
index 7588f17cf2e67c4e80fcf7b24fec50196df7d700..43c337679ae5f1063daa87851bed3985e8b296af 100644
--- a/src/player/js/PlayerState.js
+++ b/src/player/js/PlayerState.js
@@ -1229,7 +1229,7 @@ App.Entity.PlayerState = class PlayerState {
 		/**
 		 * scrotum size
 		 *
-		 * function relative to .ballSize
+		 * function relative to .balls
 		 *
 		 * *If .balls > 0 and .scrotum === 0, balls are internal*
 		 */