Skip to content
Snippets Groups Projects
Commit d3c9cbfc authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #504098 by eigenator, Xano, Keith.smith et al: better help text for...

- Patch #504098 by eigenator, Xano, Keith.smith et al: better help text for path administration page.
parent 16ab6128
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ function path_help($path, $arg) {
$output .= '<p>' . t('For more information, see the online handbook entry for <a href="@path">Path module</a>.', array('@path' => 'http://drupal.org/handbook/modules/path/')) . '</p>';
return $output;
case 'admin/settings/path':
return '<p>' . t("Drupal provides complete control over URLs through aliasing, which is often used to make URLs more readable or easy to remember. For example, the alias 'about' may be mapped onto the post at the system path 'node/1', creating a more meaningful URL. Each system path can have multiple aliases.") . '</p>';
return '<p>' . t("An alias defines a different name for an existing URL path - for example, the alias 'about' for the URL path 'node/1'. A URL path can have multiple aliases.") . '</p>';
case 'admin/settings/path/add':
return '<p>' . t('Enter the path you wish to create the alias for, followed by the name of the new alias.') . '</p>';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment