summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/path/path.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/path/path.module b/modules/path/path.module
index 96a7e2fe8..6c6af2343 100644
--- a/modules/path/path.module
+++ b/modules/path/path.module
@@ -199,6 +199,7 @@ function path_form_alter(&$form, $form_state, $form_id) {
);
$form['path']['path'] = array(
'#type' => 'textfield',
+ '#title' => t('URL alias'),
'#default_value' => $path,
'#maxlength' => 128,
'#collapsible' => TRUE,