From cfd77516530c62729224766b3c25d57d66a34ead Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 21 Feb 2004 21:26:57 +0000 Subject: - Patch 5969 by Chris: improved the profile module's context sensitive help text --- modules/profile.module | 2 +- modules/profile/profile.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/profile.module b/modules/profile.module index 70e905c07..a16c47c20 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -41,7 +41,7 @@ function profile_help($section) { $output = t("Support for configurable user profiles."); break; case 'admin/system/modules/profile': - $output = t("When a user creates an account you can ask for some extra information, as well as letting the user have a small picture, called an avatar.
Notes:", array("%edit" => url("user/edit"))); + $output = t("When a user creates an account you can ask for some extra information, as well as letting the user have a small picture, called an avatar. ", array("%edit" => url("user/edit"))); break; } return $output; diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 70e905c07..a16c47c20 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -41,7 +41,7 @@ function profile_help($section) { $output = t("Support for configurable user profiles."); break; case 'admin/system/modules/profile': - $output = t("When a user creates an account you can ask for some extra information, as well as letting the user have a small picture, called an avatar.
Notes:", array("%edit" => url("user/edit"))); + $output = t("When a user creates an account you can ask for some extra information, as well as letting the user have a small picture, called an avatar. ", array("%edit" => url("user/edit"))); break; } return $output; -- cgit v1.2.3