From 246bc8cf08e0c8a093a55ed298e3f2eebd313acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Sat, 9 Sep 2017 17:59:33 +0200 Subject: [PATCH] [ticket/15289] Fix missing language string PHPBB3-15289 --- phpBB/includes/acp/info/acp_storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')), ),