From c02680888672a55f7d0e92761203ffbca0b4047e Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Sat, 19 Nov 2011 01:07:19 +0900 Subject: [PATCH] Issue #1326088 by yoroy, mallezie: Rewrite description for URL alias on node/add/*. --- core/modules/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/path/path.module b/core/modules/path/path.module index 332287de2c2e..df1193666bba 100644 --- a/core/modules/path/path.module +++ b/core/modules/path/path.module @@ -136,7 +136,7 @@ function path_form_node_form_alter(&$form, $form_state) { '#maxlength' => 255, '#collapsible' => TRUE, '#collapsed' => TRUE, - '#description' => t('Optionally specify an alternative URL by which this content can be accessed. For example, type "about" when writing an about page. Use a relative path and don\'t add a trailing slash or the URL alias won\'t work.'), + '#description' => t('The alternative URL for this content. Use a relative path without a trailing slash. For example, enter "about" for the about page.'), ); $form['path']['pid'] = array('#type' => 'value', '#value' => $path['pid']); $form['path']['source'] = array('#type' => 'value', '#value' => $path['source']); -- GitLab