mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/14499] Fix wording and comments
PHPBB3-14499
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
udater:
|
updater:
|
||||||
type: all
|
type: all
|
||||||
|
@@ -324,6 +324,7 @@ $lang = array_merge($lang, array(
|
|||||||
'MISSING_FILE' => 'Unable to access file %1$s',
|
'MISSING_FILE' => 'Unable to access file %1$s',
|
||||||
'MISSING_DATA' => 'Config file is missing data or might contain invalid settings.',
|
'MISSING_DATA' => 'Config file is missing data or might contain invalid settings.',
|
||||||
'INVALID_YAML_FILE' => 'Could not parse YAML file %1$s',
|
'INVALID_YAML_FILE' => 'Could not parse YAML file %1$s',
|
||||||
|
'CONFIGURATION_VALID' => 'The configuration file is valid',
|
||||||
));
|
));
|
||||||
|
|
||||||
// Common updater messages
|
// Common updater messages
|
||||||
|
@@ -87,7 +87,7 @@ class update extends \phpbb\console\command\command
|
|||||||
/**
|
/**
|
||||||
* Executes the command update.
|
* Executes the command update.
|
||||||
*
|
*
|
||||||
* Install the board
|
* Update the board
|
||||||
*
|
*
|
||||||
* @param InputInterface $input An InputInterface instance
|
* @param InputInterface $input An InputInterface instance
|
||||||
* @param OutputInterface $output An OutputInterface instance
|
* @param OutputInterface $output An OutputInterface instance
|
||||||
|
Reference in New Issue
Block a user