Index: panels/includes/common.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/panels/includes/Attic/common.inc,v
retrieving revision 1.1.2.25
diff -u -r1.1.2.25 common.inc
--- panels/includes/common.inc	18 May 2008 00:46:52 -0000	1.1.2.25
+++ panels/includes/common.inc	19 May 2008 21:11:29 -0000
@@ -468,7 +468,7 @@
       'argument' => array(
         'title' => t('Arguments'),
         'singular title' => t('argument'),
-        'description' => t("Arguments are parsed from the URL and translated into contexts that may be added to the display via the 'content' tab. These arguments are parsed in the order received, and you may use % in your URL to hold the place of an object; the rest of the arguments will come after the URL. For example, if the URL is node/%/panel and your user visits node/1/panel/foo, the first argument will be 1, and the second argument will be foo."),
+        'description' => t('<strong>Arguments are variable contexts that are parsed from the URL.</strong><br />They are parsed in the order they were received and then translated into contexts. You may use <em>%</em> in your URL as a placeholder for an argument, the rest of the arguments will come after the URL. For example, if the URL is <em>node/%/panel</em> and your user visits <em>node/1/panel/foo</em>, the first argument will be <em>1</em>, and the second argument will be <em>foo</em>.'),
         'add button' => t('Add argument'),
         'context function' => 'panels_get_argument',
         'sortable' => TRUE,
@@ -476,7 +476,7 @@
       'relationship' => array(
         'title' => t('Relationships'),
         'singular title' => t('relationship'),
-        'description' => t('Relationships are contexts that are created from already existing contexts; the add relationship button will only appear once there is another context available. Relationships can load objects based upon how they are related to each other; for example, the author of a node, or a taxonomy term attached to a node, or the vocabulary of a taxonomy term.'),
+        'description' => t("<strong>Relationships are contexts that are created from already existing contexts.</strong> (Therefore they can only be added, once another context is available.)<br />Relationships can load objects based upon how they are related to another object, for example: the author of a node, or a taxonomy term attached to a node, or the vocabulary of a taxonomy term."),
         'add button' => t('Add relationship'),
         'context function' => 'panels_get_relationship',
         'sortable' => FALSE,
@@ -484,7 +484,7 @@
       'context' => array(
         'title' => t('Contexts'),
         'singular title' => t('context'),
-        'description' => t('Contexts are embedded directly into the panel; you generally must select an object in the panel. For example, you could select node 5, or the term "animals" or the user "administrator"'),
+        'description' => t('<strong>Contexts are embedded directly into the panel.</strong><br />To create a context, you need to select a specific object, for example the node <em>5</em>, the term <em>animals</em> or the user <em>administrator</em>.'),
         'add button' => t('Add context'),
         'context function' => 'panels_get_context',
         'sortable' => FALSE,
@@ -492,7 +492,7 @@
       'requiredcontext' => array(
         'title' => t('Required contexts'),
         'singular title' => t('required context'),
-        'description' => t('Required contexts are passed in from some external source, such as a containing panel. If a mini panel has required contexts, it can only appear when that context is available, and therefore will not show up as a standard Drupal block.'),
+        'description' => t('<strong>Required contexts are passed in from some external source, such as a containing panel.</strong><br />If a mini panel has required contexts, it can only appear when that context is available, and therefore will not show up as a standard Drupal block.'),
         'add button' => t('Add required context'),
         'context function' => 'panels_get_context',
         'sortable' => TRUE,
