diff --git a/context.plugins.inc b/context.plugins.inc
index 46dfac1..91c38c2 100644
--- a/context.plugins.inc
+++ b/context.plugins.inc
@@ -8,7 +8,7 @@ function _context_context_registry() {
   $registry['conditions'] = array(
     'context' => array(
       'title' => t('Context'),
-      'description' => t('Set this context on the basis of other active contexts. Put each context on a separate line. You can use the <code>*</code> character as a wildcard and <code>~</code> to exclude one or more contexts.'),
+      'description' => t('Set this context on the basis of other active contexts. Put each context on a separate line. You can use the <code>*</code> character as a wildcard and <code>~</code> to exclude one or more contexts. Contexts with negative conditionals that depend on other contexts with negative conditionals will be processed at the same time, and therefore will not work.'),
       'plugin' => 'context_condition_context',
     ),
     'node' => array(
