summaryrefslogtreecommitdiff
path: root/modules/user/user.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-29 01:39:32 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-29 01:39:32 +0000
commitb059eaeb704ce466e49e3dfbcc1bc74ed5097cb5 (patch)
tree4ab2cbe711dfe16623826f21ab2fdf8f8ed61c7a /modules/user/user.admin.inc
parentfe423209a166bd275c3c3abec5503253aee011da (diff)
downloadbrdo-b059eaeb704ce466e49e3dfbcc1bc74ed5097cb5.tar.gz
brdo-b059eaeb704ce466e49e3dfbcc1bc74ed5097cb5.tar.bz2
- Patch #27234 by Steve Dondley, rfay, drewish, maartenvg: maximum picture size help text in profile no longer needed.
Diffstat (limited to 'modules/user/user.admin.inc')
-rw-r--r--modules/user/user.admin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.admin.inc b/modules/user/user.admin.inc
index 905016054..1e017cdf8 100644
--- a/modules/user/user.admin.inc
+++ b/modules/user/user.admin.inc
@@ -395,7 +395,7 @@ function user_admin_settings() {
'#size' => 10,
'#maxlength' => 10,
'#field_suffix' => ' ' . t('pixels'),
- '#description' => t('Maximum allowed dimensions for uploaded pictures.'),
+ '#description' => t('Pictures larger than this will be scaled down to this size.'),
);
$form['personalization']['pictures']['user_picture_file_size'] = array(
'#type' => 'textfield',
@@ -404,7 +404,7 @@ function user_admin_settings() {
'#size' => 10,
'#maxlength' => 10,
'#field_suffix' => ' ' . t('KB'),
- '#description' => t('Maximum allowed file size for uploaded pictures.'),
+ '#description' => t('Maximum allowed file size for uploaded pictures. Upload size is normally limited only by the PHP maximum post and file upload settings, and images are automatically scaled down to the dimensions specified above.'),
);
$form['personalization']['pictures']['user_picture_guidelines'] = array(
'#type' => 'textarea',