Active
Project:
Context Node
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 23:08 UTC
Updated:
18 Jan 2012 at 23:08 UTC
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'),
);