[ticket/15289] Fix missing language string

PHPBB3-15289
This commit is contained in:
Rubén Calvo 2017-09-09 17:59:33 +02:00
parent 83071ee3fd
commit 246bc8cf08

View file

@ -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')),
),