diff --git a/core/model/Translatable.php b/core/model/Translatable.php
index c8e38923e..2c1a83d7a 100755
--- a/core/model/Translatable.php
+++ b/core/model/Translatable.php
@@ -58,6 +58,18 @@
* through setting $_COOKIE['lang'], $_SESSION['lang'] or $_GET['lang'].
* Pages in different languages can have different publication states
* through the {@link Versioned} extension.
+ *
+ * Note: You can't get Children() for a parent page in a different language
+ * through set_reading_lang(). Get the translated parent first.
+ *
+ *