diff --git a/config/config.sample.php b/config/config.sample.php
index 1b3477417ff426403e8e6d85b294d6ddd9760fef..5099fae66c2ce374bc5d4609bc545502e71e2d17 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -420,8 +420,9 @@ $CONFIG = array(
  */
 
 /**
- * Check 3rd party apps to make sure they are using the private API and not the
- * public API. If the app uses the private API it cannot be installed.
+ * Checks an app before install whether it uses private APIs instead of the 
+ * proper public APIs. If this is set to true it will just allow to install or 
+ * enable apps that pass this check.
  */
 'appcodechecker' => true,