mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14499] Fix wording and comments
PHPBB3-14499
This commit is contained in:
parent
8ec1a60156
commit
52dffef03c
3 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
udater:
|
||||
updater:
|
||||
type: all
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue