diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-22 20:10:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-22 20:10:38 +0000 |
commit | 7ad9777c45a0b65cdad09c3c079d1961c447904a (patch) | |
tree | 45fb32b6b88a51105558576e64d10c306a5f4830 /modules/system | |
parent | 333303009ba71ddb87f4eef4d87197bccffa48d7 (diff) | |
download | brdo-7ad9777c45a0b65cdad09c3c079d1961c447904a.tar.gz brdo-7ad9777c45a0b65cdad09c3c079d1961c447904a.tar.bz2 |
- Patch #542658 by sun, Gábor Hojtsy, pwolanin: move action tabs out of local tasks.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 01a6f82a4..c304bf061 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -733,7 +733,7 @@ function system_menu() { 'access arguments' => array('admin/config/media', 'access administration pages'), ); $items['admin/config/media/file-system'] = array( - 'title' => 'File-system', + 'title' => 'File system', 'description' => 'Tell Drupal where to store uploaded files and how they are accessed.', 'page callback' => 'drupal_get_form', 'page arguments' => array('system_file_system_settings'), |