diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-01 15:24:18 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-01 15:24:18 +0000 |
commit | 0223bf1dc25a77671618733ee7e76fba958013d8 (patch) | |
tree | d29511cef00d788181792453651387bd959fb215 /modules/simpletest/tests/menu.test | |
parent | 337dbc4f8db4144bb2392dbd95017f4733946372 (diff) | |
download | brdo-0223bf1dc25a77671618733ee7e76fba958013d8.tar.gz brdo-0223bf1dc25a77671618733ee7e76fba958013d8.tar.bz2 |
#699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index.
Diffstat (limited to 'modules/simpletest/tests/menu.test')
-rw-r--r-- | modules/simpletest/tests/menu.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/menu.test b/modules/simpletest/tests/menu.test index 5857247ff..f95634807 100644 --- a/modules/simpletest/tests/menu.test +++ b/modules/simpletest/tests/menu.test @@ -551,7 +551,7 @@ class MenuBreadcrumbTestCase extends DrupalWebTestCase { function testBreadCrumbs() { // Prepare common base breadcrumb elements. $home = array('<front>' => 'Home'); - $admin = $home + array('admin' => t('Administer')); + $admin = $home + array('admin' => t('Administration')); $config = $admin + array('admin/config' => t('Configuration')); $type = 'article'; $langcode = LANGUAGE_NONE; |