--- nice_menus.module	2012-02-23 05:39:00.000000000 +0100
+++ nice_menus-new.module	2012-02-23 16:50:15.224257027 +0100
@@ -455,7 +455,7 @@
         $parent_class = ($children && ($menu_item['link']['depth'] <= $depth || $depth == -1)) ? 'menuparent ' : '';
          $element = array(
           '#below' => $children,
-          '#title' => $menu_item['link']['link_title'],
+          '#title' => $menu_item['link']['title'],
           '#href' =>  $menu_item['link']['href'],
           '#localized_options' => $menu_item['link']['localized_options'],
           '#attributes' => array(
@@ -467,10 +467,9 @@
         
       }
       else {
-     
         $element = array(
           '#below' => '',
-          '#title' => $menu_item['link']['link_title'],
+          '#title' => $menu_item['link']['title'],
           '#href' =>  $menu_item['link']['href'],
           '#localized_options' => $menu_item['link']['localized_options'],
           '#attributes' => array(
