summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-30 05:30:39 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-30 05:30:39 +0000
commit9a6fa8920f7215d1e28c61ff59e86ba00560a242 (patch)
tree211333c4e0eae0450666a873042af3bd253c1b71 /modules
parent2302a608be609977a1a33c71c7984512a10c65be (diff)
downloadbrdo-9a6fa8920f7215d1e28c61ff59e86ba00560a242.tar.gz
brdo-9a6fa8920f7215d1e28c61ff59e86ba00560a242.tar.bz2
#367356 by ultimateboy: Add label above path form for consistency.
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,