? fix_clone_472.patch
? prepopulate_clone_1.diff
Index: clone.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/node_clone/clone.module,v
retrieving revision 1.5.4.1
diff -u -p -r1.5.4.1 clone.module
--- clone.module	15 Feb 2007 03:44:16 -0000	1.5.4.1
+++ clone.module	13 May 2007 00:05:53 -0000
@@ -7,7 +7,7 @@ function clone_help($section) {
   switch ($section) {
     case 'admin/help#clone':
       $output = '<p>'. t('The clone module allows users to make a copy of an existing node and then edit that copy. The authorship is set to the current user, the menu and url aliases are reset, and the words "Clone of" are inserted into the title to remind you that you are not editing the original node.') .'</p>';
-      $output .= '<p>'. t('Users with the "clone node" permission can utilize this functionality. A new tab will appear on node pages with the word "clone". Once you click this tab you have <em>already</em> created a new node that is a copy of the node you were viewing, and you will be redirected to an edit screen for that new node.') .'</p>';
+      $output .= '<p>'. t('Users with the "clone node" permission can utilize this functionality. A new tab will appear on node pages with the word "clone".') .'</p>';
       return $output;
     case 'admin/modules#description':
       return t('Allows users to clone (copy then edit) an existing node.');
@@ -95,7 +95,7 @@ function clone_node($nid)
         } 
       }
       if (empty($_POST['op'])) {
-        drupal_set_message('This clone will not be saved to the database until you submit.');
+        drupal_set_message(t('This clone will not be saved to the database until you submit.'));
       }
       return node_form($node); 
     }
