diff --git a/modules/profile.module b/modules/profile.module
index 70e905c07f5c..a16c47c204fa 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:
- In order for a user to enter information you must check \"enable\".
- In order for other people too see the entered information you must make it \"public\".
- If an item is \"public\", but not enabled, the user can never give it a value and it will never be seen. Public does not imply \"enable\".
", 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. - In order for a user to enter information, you must check enable.
- In order for other people to see the entered information, you must make it public.
- If an item is public, but not enabled, the user can never give it a value and it will never be seen. Public does not imply enable.
", array("%edit" => url("user/edit")));
break;
}
return $output;
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 70e905c07f5c..a16c47c204fa 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:- In order for a user to enter information you must check \"enable\".
- In order for other people too see the entered information you must make it \"public\".
- If an item is \"public\", but not enabled, the user can never give it a value and it will never be seen. Public does not imply \"enable\".
", 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. - In order for a user to enter information, you must check enable.
- In order for other people to see the entered information, you must make it public.
- If an item is public, but not enabled, the user can never give it a value and it will never be seen. Public does not imply enable.
", array("%edit" => url("user/edit")));
break;
}
return $output;