Index: nat_ng.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nat_ng/nat_ng.module,v
retrieving revision 1.1.2.9
diff -u -p -r1.1.2.9 nat_ng.module
--- nat_ng.module	2 Aug 2010 00:49:19 -0000	1.1.2.9
+++ nat_ng.module	18 Oct 2010 11:42:09 -0000
@@ -159,6 +159,11 @@ function nat_ng_taxonomy($op, $type, $ar
         }
       }
       $node->taxonomy[$new_parent] = $new_parent;
+      // Change the node title if term name has been changed.
+      if ($node->title != $array['name']) {
+        $node->title = $array['name'];
+      }
+
       node_save($node);
     }
   }
