From 7ad9777c45a0b65cdad09c3c079d1961c447904a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 22 Aug 2009 20:10:38 +0000 Subject: =?UTF-8?q?-=20Patch=20#542658=20by=20sun,=20G=C3=A1bor=20Hojtsy,?= =?UTF-8?q?=20pwolanin:=20move=20action=20tabs=20out=20of=20local=20tasks.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') 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'), -- cgit v1.2.3