Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/panels/includes/Attic/common.inc,v
retrieving revision 1.1.2.27
diff -u -r1.1.2.27 common.inc
--- includes/common.inc	27 May 2008 20:21:13 -0000	1.1.2.27
+++ includes/common.inc	3 Jun 2008 12:37:36 -0000
@@ -1109,7 +1109,7 @@
   $form['context']['identifier'] = array(
     '#type' => 'textfield',
     '#title' => t('Identifier'),
-    '#description' => t('Enter a title to identify this context on administrative screens.'),
+    '#description' => t('Enter a name to identify this !type on administrative screens.', array('!type' =>t('context'))),
     '#default_value' => $ctext['identifier'],
   );
 
@@ -1204,7 +1204,7 @@
   $form['requiredcontext']['identifier'] = array(
     '#type' => 'textfield',
     '#title' => t('Identifier'),
-    '#description' => t('Enter a title to identify this context on administrative screens.'),
+    '#description' => t('Enter a name to identify this !type on administrative screens.', array('!type' =>t('required context'))),
     '#default_value' => $ctext['identifier'],
   );
 
@@ -1273,7 +1273,7 @@
   $form['relationship']['identifier'] = array(
     '#type' => 'textfield',
     '#title' => t('Identifier'),
-    '#description' => t('Enter a title to identify this relationship on administrative screens.'),
+    '#description' => t('Enter a name to identify this !type on administrative screens.', array('!type' =>t('relationship'))),
     '#default_value' => $rel['identifier'],
   );
 
@@ -1386,7 +1386,7 @@
   $form['argument']['identifier'] = array(
     '#type' => 'textfield',
     '#title' => t('Identifier'),
-    '#description' => t('Enter a title to identify this relationship on administrative screens.'),
+    '#description' => t('Enter a name to identify this !type on administrative screens.', array('!type' =>t('argument'))),
     '#default_value' => $arg['identifier'],
   );
 
