From 8d2b1238b4d8ebd57848fde665b7f93c3a03cd90 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 May 2003 09:15:00 +0000 Subject: - Michael Frankowski's excellent help text improvements! --- modules/profile.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/profile.module') diff --git a/modules/profile.module b/modules/profile.module index 8fb6da588..71e7f7653 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -37,6 +37,7 @@ function _profile_init() { function profile_system($field){ $system["description"] = t("Support for configurable user profiles."); + $system["admin_help"] = t("When a user creates an account you can ask them to give you some extra information about themselves, as well as letting them use a small picture, called an avatar.
Notes:"); return $system[$field]; } -- cgit v1.2.3