Index: media_mover_api.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/media_mover/Attic/media_mover_api.module,v
retrieving revision 1.1.2.35
diff -u -r1.1.2.35 media_mover_api.module
--- media_mover_api.module	16 Nov 2007 22:13:51 -0000	1.1.2.35
+++ media_mover_api.module	23 Nov 2007 04:54:40 -0000
@@ -390,14 +390,14 @@
     '#type' => 'checkbox',
     '#title' => t('Delete Media Mover files'),
     '#default_value' => variable_get('mma_node_file_delete', true),
-    '#description' => t('When a user edits a node, they will see a list of any Media Mover files attached to the node.'),
+    '#description' => t('When you delete a node that has Media Mover files associated with it, do you want those files deleted as well?'),
   );
   
   $form['admin']['mma_node_edit_file_show'] = array(
     '#type' => 'checkbox',
     '#title' => t('Show files on node edit screen'),
     '#default_value' => variable_get('mma_node_edit_file_show', false),
-    '#description' => t('When you delete a node that has Media Mover files associated with it, do you want those files deleted as well?'),
+    '#description' => t('When a user edits a node, they will see a list of any Media Mover files attached to the node.'),
   );
   
   
