diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-20 10:48:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-20 10:48:03 +0000 |
commit | 0125b20cdab54dac2d0737123263cf6547d7623d (patch) | |
tree | 8928d2f93d89612804eb83a9aad976c6acc27428 /modules/upload/upload.admin.inc | |
parent | c5f683b27cda9252225988003a369b04a2018a5e (diff) | |
download | brdo-0125b20cdab54dac2d0737123263cf6547d7623d.tar.gz brdo-0125b20cdab54dac2d0737123263cf6547d7623d.tar.bz2 |
- Patch #550228 by Bojhan: added 'Media' category on 'Configuration and modules' page.
Diffstat (limited to 'modules/upload/upload.admin.inc')
-rw-r--r-- | modules/upload/upload.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upload/upload.admin.inc b/modules/upload/upload.admin.inc index 6552f95a0..fbd2d7b0f 100644 --- a/modules/upload/upload.admin.inc +++ b/modules/upload/upload.admin.inc @@ -75,7 +75,7 @@ function upload_admin_settings() { '#default_value' => variable_get('upload_max_resolution', 0), '#size' => 15, '#maxlength' => 10, - '#description' => t('The maximum allowed image size (e.g. 640x480). Set to 0 for no restriction. If an <a href="!image-toolkit-link">image toolkit</a> is installed, files exceeding this value will be scaled down to fit.', array('!image-toolkit-link' => url('admin/settings/image-toolkit'))), + '#description' => t('The maximum allowed image size (e.g. 640x480). Set to 0 for no restriction. If an <a href="!image-toolkit-link">image toolkit</a> is installed, files exceeding this value will be scaled down to fit.', array('!image-toolkit-link' => url('admin/config/media/image-toolkit'))), '#field_suffix' => '<kbd>' . t('WIDTHxHEIGHT') . '</kbd>' ); $form['settings_general']['upload_list_default'] = array( |