--- profile.admin.inc.orig	2009-02-27 00:29:58.000000000 +0100
+++ profile.admin.inc	2009-02-27 02:02:08.000000000 +0100
@@ -239,7 +239,7 @@
     $form['fields']['options'] = array('#type' => 'textarea',
       '#title' => t('Selection options'),
       '#default_value' => isset($edit['options']) ? $edit['options'] : '',
-      '#description' => t('A list of all options. Put each option on a separate line. Example options are "red", "blue", "green", etc.'),
+      '#description' => t('A list of all options. Put each option on a separate line. Use pipe sign (|) to define "value|desc" options. Example options are "red", "1|blue", "2|green", etc.'),
     );
   }
   $form['fields']['visibility'] = array('#type' => 'radios',
