summaryrefslogtreecommitdiff
path: root/modules/profile.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-03-03 08:46:09 +0000
committerDries Buytaert <dries@buytaert.net>2006-03-03 08:46:09 +0000
commit47cf9dd9fbb930ad2238ae131ae0fef60ce27a74 (patch)
tree648a694fdc92ce2dd15bc2d57bb907e65c7d83d0 /modules/profile.module
parentd7e9371e94be34b90c72bd51d56fc239237318d5 (diff)
downloadbrdo-47cf9dd9fbb930ad2238ae131ae0fef60ce27a74.tar.gz
brdo-47cf9dd9fbb930ad2238ae131ae0fef60ce27a74.tar.bz2
- Patch #46746 by Matt: fixed inconsistent encoding of path aliases. Fixes broken URLs on profile pages.
Diffstat (limited to 'modules/profile.module')
-rw-r--r--modules/profile.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile.module b/modules/profile.module
index 8d9655657..34fbb55f0 100644
--- a/modules/profile.module
+++ b/modules/profile.module
@@ -665,7 +665,7 @@ Unless you know what you are doing, it is highly recommended that you prefix the
$form['fields']['page'] = array('#type' => 'textfield',
'#title' => t('Page title'),
'#default_value' => $edit['page'],
- '#description' => t('The title of the page showing all users with the specified field. The word <code>%value</code> will be substituted with the corresponding value. An example page title is "People whose favorite color is %value". Only applicable if the field is configured to be shown on member list pages.'),
+ '#description' => t('The title of the page showing all users with the specified field. The word <code>%value</code> will be substituted with the corresponding value. An example page title is "People whose favorite color is %value". This is only applicable for a public field.'),
);
}
else {