--- sites/all/modules/zend/zend.admin.inc.bak	2008-02-15 14:03:24.000000000 -0700
+++ sites/all/modules/zend/zend.admin.inc	2008-02-15 14:11:26.000000000 -0700
@@ -17,7 +17,7 @@ function zend_admin() {
   $form['zend_path'] = array(
     '#type' => 'textfield',
     '#title' => t('Installation Path'),
-    '#description' => t('The location where the Zend Framework is installed.  This should be the subdirectory from where it is installed.  If you put the Zend Framework into %moduledir/Zend, then here you would put in %moduledir. Status: <span class="@zendstatus">%zendversion</span>.', array('%moduledir' => drupal_get_path('module', 'zend'), '@zendstatus' => $zend_status, '%zendversion' => $zend_version)),
+    '#description' => t('The location where the Zend Framework is installed.  This should be the subdirectory from where it is installed.  If you put the Zend Framework into %moduledir/Zend, then here you would put in %moduledir. For example, with Zend 1.0.3 the Zend Framework (PHP files) is under the subdirectory library so if you just unpacked the tarball into %moduledir the installation path should be %moduledir/ZendFramework-1.0.3/library. Status: <span class="@zendstatus">%zendversion</span>.', array('%moduledir' => drupal_get_path('module', 'zend'), '@zendstatus' => $zend_status, '%zendversion' => $zend_version)),
     '#default_value' => zend_get_path(),
     '#attributes' => array('class' => $zend_status),
   );
