Skip to content
Snippets Groups Projects

Issue #3389717: Spelling Errors (pt 2)

Merged Travis Porchia requested to merge issue/eck-3389717:2.x into 2.x
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
@@ -10809,7 +10809,7 @@ $connection->insert('menu_links')
'link_path' => 'admin/structure/entity-type/simple_entity/simple_entity',
'router_path' => 'admin/structure/entity-type/simple_entity/simple_entity',
'link_title' => 'Simple entity',
'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"View all entites of type Simple entity with bundle Simple entity";}}',
'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"View all entities of type Simple entity with bundle Simple entity";}}',
'module' => 'system',
'hidden' => '0',
'external' => '0',
@@ -11727,7 +11727,7 @@ $connection->insert('menu_links')
'link_path' => 'admin/structure/entity-type/complex_entity/complex_entity',
'router_path' => 'admin/structure/entity-type/complex_entity/complex_entity',
'link_title' => 'Complex entity',
'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:66:"View all entites of type Complex entity with bundle Complex entity";}}',
'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:66:"View all entities of type Complex entity with bundle Complex entity";}}',
'module' => 'system',
'hidden' => '0',
'external' => '0',
@@ -13509,7 +13509,7 @@ $connection->insert('menu_links')
'link_path' => 'admin/structure/entity-type/complex_entity/another_bundle',
'router_path' => 'admin/structure/entity-type/complex_entity/another_bundle',
'link_title' => 'Another bundle',
'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:66:"View all entites of type Complex entity with bundle Another bundle";}}',
'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:66:"View all entities of type Complex entity with bundle Another bundle";}}',
'module' => 'system',
'hidden' => '0',
'external' => '0',
@@ -18135,7 +18135,7 @@ $connection->insert('menu_router')
'theme_callback' => '',
'theme_arguments' => 'a:0:{}',
'type' => '6',
'description' => 'View all entites of type Complex entity with bundle Another bundle',
'description' => 'View all entities of type Complex entity with bundle Another bundle',
'position' => '',
'weight' => '0',
'include_file' => 'sites/all/modules/contrib/eck/eck.entity.inc',
@@ -18560,7 +18560,7 @@ $connection->insert('menu_router')
'theme_callback' => '',
'theme_arguments' => 'a:0:{}',
'type' => '6',
'description' => 'View all entites of type Complex entity with bundle Complex entity',
'description' => 'View all entities of type Complex entity with bundle Complex entity',
'position' => '',
'weight' => '0',
'include_file' => 'sites/all/modules/contrib/eck/eck.entity.inc',
@@ -19235,7 +19235,7 @@ $connection->insert('menu_router')
'theme_callback' => '',
'theme_arguments' => 'a:0:{}',
'type' => '6',
'description' => 'View all entites of type Simple entity with bundle Simple entity',
'description' => 'View all entities of type Simple entity with bundle Simple entity',
'position' => '',
'weight' => '0',
'include_file' => 'sites/all/modules/contrib/eck/eck.entity.inc',
Loading