diff --git a/phpBB/includes/acp/info/acp_storage.php b/phpBB/includes/acp/info/acp_storage.php index 25807be91f..facec03c66 100644 --- a/phpBB/includes/acp/info/acp_storage.php +++ b/phpBB/includes/acp/info/acp_storage.php @@ -17,7 +17,7 @@ class acp_storage_info { return array( 'filename' => 'acp_storage', - 'title' => 'ACP_STORAGE', + 'title' => 'ACP_STORAGE_SETTINGS', 'modes' => array( 'settings' => array('title' => 'ACP_STORAGE_SETTINGS', 'auth' => 'acl_a_storage', 'cat' => array('ACP_SERVER_CONFIGURATION')), ),