@@ -104,7 +104,7 @@ public function submit(array $form, array &$form_state) {
return;
}
// Reset all the menu links defined by the system via hook_menu().
// Reset all the menu links defined by the system via hook_menu_link_defaults().
// @todo Convert this to an EFQ.
$result=$this->connection->query("SELECT mlid FROM {menu_links} WHERE menu_name = :menu AND module = 'system' ORDER BY depth ASC",array(':menu'=>$this->entity->id()),array('fetch'=>\PDO::FETCH_ASSOC))->fetchCol();
$form['#empty_text']=t('There are no menu links yet. <a href="@link">Add link</a>.',array('@link'=>url('admin/structure/menu/manage/'.$this->entity->id().'/add')));