summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 675e15206..abc878923 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -229,7 +229,7 @@ function locale_form_alter(&$form, $form_state, $form_id) {
switch ($form_id) {
// Language field for paths
- case 'path_admin_edit':
+ case 'path_admin_form':
$form['language'] = array(
'#type' => 'select',
'#title' => t('Language'),