summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-31 02:02:23 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-31 02:02:23 +0000
commit7e98216936625b2844670411e04861137f1095de (patch)
treee2e88df3d5b8a8d2c4aabb6c4a411d1976de1684 /modules/path
parent96cfdcf7e0d75a4a5500a52b328a535a9701f467 (diff)
downloadbrdo-7e98216936625b2844670411e04861137f1095de.tar.gz
brdo-7e98216936625b2844670411e04861137f1095de.tar.bz2
#368064 by catch: Provide a top-level 'International' menu item for localization and translation-related items.
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.test b/modules/path/path.test
index 0015fe36b..18e2b6939 100644
--- a/modules/path/path.test
+++ b/modules/path/path.test
@@ -148,7 +148,7 @@ class PathLanguageTestCase extends DrupalWebTestCase {
$edit = array();
$edit['langcode'] = 'fr';
- $this->drupalPost('admin/settings/language/add', $edit, t('Add language'));
+ $this->drupalPost('admin/international/language/add', $edit, t('Add language'));
// Set language negotiation to "Path prefix with fallback".
variable_set('language_negotiation', LANGUAGE_NEGOTIATION_PATH);