diff --git a/nice_menus.module b/nice_menus.module
index e49a7a2..280e403 100644
--- a/nice_menus.module
+++ b/nice_menus.module
 
@@ -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(
@@ -464,13 +464,13 @@
         $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(
