diff --git a/phpBB/language/en/acp/storage.php b/phpBB/language/en/acp/storage.php index 638df2177e..8d20a24db7 100644 --- a/phpBB/language/en/acp/storage.php +++ b/phpBB/language/en/acp/storage.php @@ -52,6 +52,7 @@ $lang = array_merge($lang, array( // Local adapter 'STORAGE_ADAPTER_LOCAL_NAME' => 'Local', 'STORAGE_ADAPTER_LOCAL_OPTION_PATH' => 'Path', + 'STORAGE_ADAPTER_LOCAL_OPTION_DEPTH' => 'Depth', // Form validation 'STORAGE_UPDATE_SUCCESSFUL' => 'All storage types were successfully updated.',