diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 9657bebef..fda6f52c4 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -1173,7 +1173,7 @@ class Config fwrite($hFile, "\n/**\n"); fwrite($hFile, " *\n"); - fwrite($hFile, " * Data model modules to be loaded. Names should be specified as absolute paths\n"); + fwrite($hFile, " * Data model modules to be loaded. Names are specified as relative paths\n"); fwrite($hFile, " *\n"); fwrite($hFile, " */\n"); fwrite($hFile, "\$MyModules = array(\n");