Index: audio.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio.module,v
retrieving revision 1.98
diff -u -r1.98 audio.module
--- audio.module	26 Jan 2007 17:51:54 -0000	1.98
+++ audio.module	29 Jan 2007 13:13:58 -0000
@@ -927,7 +927,7 @@
     '#title' => t('Node teaser format'),
     '#maxlength' => 128,
     '#default_value' => variable_get('audio_teaser_format', '!player !filelength'),
-    '#description' => t("Specify a teaser format for all audio nodes. In addition to the tags allowed in the title, the following variables are also available: "). '!filelength !fileformat !player',
+    '#description' => t("Specify a teaser format for all audio nodes. In addition to the tags allowed in the title, the following variables are also available: "). '!filelength !fileformat !player !image',
   );
   $form['audio_default_downloadable'] = array(
     '#type' => 'checkbox',
