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/profile/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile/profile.module') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index d47caa400..6de53a4d3 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -19,7 +19,7 @@ define('PROFILE_PUBLIC_LISTINGS', 3); function profile_help($section) { switch ($section) { case 'admin/modules#description': - return t('Support for configurable user profiles.'); + return t('Supports configurable user profiles.'); case 'admin/settings/profile': return t('

Here you can define custom fields that users can fill in in their user profile (such as country, real name, age, ...).

'); } -- cgit v1.2.3