From b66c616b8a927c6111c50fb571a7b5ad044bb698 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 14 Jul 2003 21:35:59 +0000 Subject: - Some documentation fixes as per Charlie's suggestion: bug #2260. --- 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 1a6da5199..cb6dfb145 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -38,7 +38,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:"); + $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]; } diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 1a6da5199..cb6dfb145 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -38,7 +38,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:"); + $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