From a3e9b35afc1716969bfc75ba31df169bbeb28cb5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 1 Apr 2005 15:55:02 +0000 Subject: - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. --- modules/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index ba2251490..ecda91ed2 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -12,7 +12,7 @@ function path_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables users to rename URLs.'); + return t('Allows users to rename URLs.'); case 'admin/path': return t("

Drupal provides users complete control over URLs through aliasing. This feature is typically used to make URLs human-readable or easy to remember. For example, one could map the relative URL 'node/1' onto 'about'. Each system path can have multiple aliases.

"); case 'admin/path/add': -- cgit v1.2.3