--- ubercart/uc_stock/uc_stock.module 2008-04-23 12:38:12.000000000 -0700 +++ ubercart/uc_stock/uc_stock.module 2008-04-24 15:50:31.000000000 -0700 @@ -296,7 +296,7 @@ '#type' => 'textarea', '#title' => t('Message text'), '#default_value' => variable_get('uc_stock_threshold_notification_message', uc_get_message('uc_stock_threshold_notification_message')), - '#description' => t('The message the user receives when granted a new role (uses global, order, and stock tokens)', array('!token-help-page' => url('admin/store/help/tokens'))), + '#description' => t('The message the user receives when the stock level reaches its threshold value (uses global, order, and stock tokens).', array('!token-help-page' => url('admin/store/help/tokens'))), '#rows' => 10, ); $form['uc_stock_threshold_notification_format'] = filter_form(variable_get('uc_stock_threshold_notification_format', FILTER_FORMAT_DEFAULT), NULL, array('uc_stock_threshold_notification_format'));