From dc2cd5ea4dc1340abf9b2499974e0811a24e8a2d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 5 Jan 2008 22:43:41 +0000 Subject: - Patch #206418 by meba: fixed typo - 'sever' should be 'server'. --- modules/upload/upload.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload/upload.admin.inc') diff --git a/modules/upload/upload.admin.inc b/modules/upload/upload.admin.inc index 18754a103..7963d7320 100644 --- a/modules/upload/upload.admin.inc +++ b/modules/upload/upload.admin.inc @@ -15,7 +15,7 @@ function upload_admin_settings_validate($form, &$form_state) { $default_usersize = $form_state['values']['upload_usersize_default']; $exceed_max_msg = t('Your PHP settings limit the maximum file size per upload to %size.', array('%size' => format_size(file_upload_max_size()))) .'
'; - $more_info = t("Depending on your sever environment, these settings may be changed in the system-wide php.ini file, a php.ini file in your Drupal root directory, in your Drupal site's settings.php file, or in the .htaccess file in your Drupal root directory."); + $more_info = t("Depending on your server environment, these settings may be changed in the system-wide php.ini file, a php.ini file in your Drupal root directory, in your Drupal site's settings.php file, or in the .htaccess file in your Drupal root directory."); if (!is_numeric($default_uploadsize) || ($default_uploadsize <= 0)) { form_set_error('upload_uploadsize_default', t('The %role file size limit must be a number and greater than zero.', array('%role' => t('default')))); -- cgit v1.2.3