[ticket/14499] Fix wording and comments

PHPBB3-14499
This commit is contained in:
Tristan Darricau 2016-02-29 20:27:12 +01:00
parent 8ec1a60156
commit 52dffef03c
3 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
udater:
updater:
type: all

View file

@ -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

View file

@ -87,7 +87,7 @@ class update extends \phpbb\console\command\command
/**
* Executes the command update.
*
* Install the board
* Update the board
*
* @param InputInterface $input An InputInterface instance
* @param OutputInterface $output An OutputInterface instance