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/system/system.install | |
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/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 83a0f268b..594f311bd 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -205,7 +205,7 @@ function system_requirements($phase) { } // The files directory requirement check is done only during install and runtime. if ($phase == 'runtime') { - $description = $error . $t('You may need to set the correct directory at the <a href="@admin-file-system">file system settings page</a> or change the current directory\'s permissions so that it is writable.', array('@admin-file-system' => url('admin/settings/file-system'))); + $description = $error . $t('You may need to set the correct directory at the <a href="@admin-file-system">file system settings page</a> or change the current directory\'s permissions so that it is writable.', array('@admin-file-system' => url('admin/config/media/file-system'))); } elseif ($phase == 'install') { // For the installer UI, we need different wording. 'value' will |