diff --git a/modules/context_node/context_node.module b/modules/context_node/context_node.module
index 1cb226d..5d7ff4c 100644
--- a/modules/context_node/context_node.module
+++ b/modules/context_node/context_node.module
@@ -29,7 +29,7 @@ function context_node_form_alter(&$form, $form_state, $form_id) {
 
     $form['context']['context_node'] = array(
       '#type' => 'checkboxes',
-      '#title' => t('Select allowed contents'),
+      '#title' => t('Select allowed contexts'),
       '#options' => _context_node_get_contexts(),
       '#description' => t('Select all contexts that will be available for this content type'),
     );