aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-29 20:27:12 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-29 20:27:12 +0100
commit52dffef03cb97a54041b1fba638eafb3ed0a5ce0 (patch)
treeaf50ecaac0e5761c6a096b297600e775c2c29f68 /phpBB
parent8ec1a60156f66dd4fe0f0f6e2cfbee1c79132771 (diff)
downloadforums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.tar
forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.tar.gz
forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.tar.bz2
forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.tar.xz
forums-52dffef03cb97a54041b1fba638eafb3ed0a5ce0.zip
[ticket/14499] Fix wording and comments
PHPBB3-14499
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/update-config.sample.yml2
-rw-r--r--phpBB/language/en/install.php1
-rw-r--r--phpBB/phpbb/install/console/command/update/update.php2
3 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/docs/update-config.sample.yml b/phpBB/docs/update-config.sample.yml
index e9a84b32f2..f3b52a8c01 100644
--- a/phpBB/docs/update-config.sample.yml
+++ b/phpBB/docs/update-config.sample.yml
@@ -1,2 +1,2 @@
-udater:
+updater:
type: all
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
diff --git a/phpBB/phpbb/install/console/command/update/update.php b/phpBB/phpbb/install/console/command/update/update.php
index dfac13d5d7..116f42f758 100644
--- a/phpBB/phpbb/install/console/command/update/update.php
+++ b/phpBB/phpbb/install/console/command/update/update.php
@@ -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