--- modules/path/path.module.org	2009-06-28 17:20:11.000000000 +0200
+++ modules/path/path.module	2009-06-28 17:33:05.000000000 +0200
@@ -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/build/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 will make a URL available under another name. For example 'node/1' could be named 'about'. A URL can have multiple aliases.") . '</p>';
     case 'admin/build/path/add':
       return '<p>' . t('Enter the path you wish to create the alias for, followed by the name of the new alias.') . '</p>';
   }
