diff options
| -rw-r--r-- | phpBB/language/en/install.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 85592bbc0d..64ab3c8861 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -316,6 +316,7 @@ $lang = array_merge($lang, array(  	'CLI_INSTALL_VALIDATE_CONFIG'	=> 'Validate a configuration file',  	'CLI_CONFIG_FILE'				=> 'Config file to use',  	'MISSING_FILE'					=> 'Unable to access file %1$s', +	'MISSING_DATA'					=> 'Config file is missing data or might contain invalid settings.',  	'INVALID_YAML_FILE'				=> 'Could not parse YAML file %1$s',  ));  | 
