diff options
Diffstat (limited to 'phpBB/language')
-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 0b2b0d9101..ba35aa24c9 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -324,6 +324,7 @@ $lang = array_merge($lang, array( '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', + 'CONFIGURATION_VALID' => 'The configuration file is valid', )); // Common updater messages |