mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15289] Fix missing language string
PHPBB3-15289
This commit is contained in:
@@ -17,7 +17,7 @@ class acp_storage_info
|
|||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'filename' => 'acp_storage',
|
'filename' => 'acp_storage',
|
||||||
'title' => 'ACP_STORAGE',
|
'title' => 'ACP_STORAGE_SETTINGS',
|
||||||
'modes' => array(
|
'modes' => array(
|
||||||
'settings' => array('title' => 'ACP_STORAGE_SETTINGS', 'auth' => 'acl_a_storage', 'cat' => array('ACP_SERVER_CONFIGURATION')),
|
'settings' => array('title' => 'ACP_STORAGE_SETTINGS', 'auth' => 'acl_a_storage', 'cat' => array('ACP_SERVER_CONFIGURATION')),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user