Index: audio.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio.module,v
retrieving revision 1.122
diff -u -r1.122 audio.module
--- audio.module	1 Aug 2007 18:45:54 -0000	1.122
+++ audio.module	1 Aug 2007 18:46:13 -0000
@@ -36,13 +36,13 @@
     case 'admin/settings/audio/metadata':
       $help = t("These settings let you determine what metadata the audio module tracks. You can add or remove metadata tags and select how they will be used.
         <ul>
-        <li><em>autocomplete</em> enables javacript autocompletion of the tag based on existing values.</li>
-        <li><em>required</em> forces a user to enter a value</li>
-        <li><em>hidden</em> prevents the tag from being listed in the node view</li>
-        <li><em>browsable</em> allows users to browse for audio using that tag</li>
-        <li><em>written to file</em> indicates that the tag should be saved to the file (this requires getid3 support)</li>
-        <li><em>weight</em> determines the order of the tags, lower weights are listed first</li>
-        <li><em>delete</em> indicates that you would like to remove the tag from the allowed list</li>
+        <li><em>Autocompleted</em> enables javacript autocompletion of the tag based on existing values.</li>
+        <li><em>Required</em> forces a user to enter a value</li>
+        <li><em>Hidden</em> prevents the tag from being listed in the node view</li>
+        <li><em>Browsable</em> allows users to browse for audio using that tag</li>
+        <li><em>Written to file</em> indicates that the tag should be saved to the file (this requires getid3 support)</li>
+        <li><em>Weight</em> determines the order of the tags, lower weights are listed first</li>
+        <li><em>Delete</em> indicates that you would like to remove the tag from the allowed list</li>
         </ul>");
       $help .= '<p>'. t('<strong>Note:</strong> deleting a tag will not remove it from the database or file until the node is saved again.') .'</p>';
       return $help;
@@ -1093,8 +1093,8 @@
     }
     $rows[] = $row;
   }
-  $header = array(t('tag'), t('autocomplete'), t('required'), t('hidden'), t('browsable'),
-    t('written to file'), t('weight'), t('delete'));
+  $header = array(t('Tag'), t('Autocompleted'), t('Required'), t('Hidden'), t('Browsable'),
+    t('Written to file'), t('Weight'), t('Delete'));
 
   $output = theme('table', $header, $rows);
   $output .= drupal_render($form);
