From ef706b824eb72c3ac3e12ac39b3d0e9d5c99b5ec Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 13 Mar 2008 21:26:09 +0000 Subject: - Patch #229517 by keith.smith and flobruit: de-html selected interface strings. --- modules/path/path.module | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 29db175a6..d1ef1b83d 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -13,14 +13,11 @@ function path_help($path, $arg) { switch ($path) { case 'admin/help#path': $output = '

'. t('The path module allows you to specify aliases for Drupal URLs. Such aliases improve readability of URLs for your users and may help internet search engines to index your content more effectively. More than one alias may be created for a given page.') .'

'; - $output .= t('

Some examples of URL aliases are:

- -'); + $output .= '

'. t('Some examples of URL aliases are:') .'

'; + $output .= ''; $output .= '

'. t('The path module enables appropriately permissioned users to specify an optional alias in all node input and editing forms, and provides an interface to view and edit all URL aliases. The two permissions related to URL aliasing are administer url aliases and create url aliases. ') .'

'; $output .= '

'. t('This module also provides user-defined mass URL aliasing capabilities, which is useful if you wish to uniformly use URLs different from the default. For example, you may want to have your URLs presented in a different language. Access to the Drupal source code on the web server is required to set up mass URL aliasing. ') .'

'; $output .= '

'. t('For more information, see the online handbook entry for Path module.', array('@path' => 'http://drupal.org/handbook/modules/path/')) .'

'; -- cgit v1.2.3