diff options
author | Matt Friedman <maf675@gmail.com> | 2015-08-28 07:54:50 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2015-08-28 07:54:50 -0700 |
commit | 76158e429b10ce09a5f5b27a2d12a6f57bfa154f (patch) | |
tree | e2155277fd9f29ddcd37c84b1f8cd9697da834d2 /phpBB | |
parent | 6c36f56b12afcb97dbaa7cc248435df3e7a3fdc9 (diff) | |
download | forums-76158e429b10ce09a5f5b27a2d12a6f57bfa154f.tar forums-76158e429b10ce09a5f5b27a2d12a6f57bfa154f.tar.gz forums-76158e429b10ce09a5f5b27a2d12a6f57bfa154f.tar.bz2 forums-76158e429b10ce09a5f5b27a2d12a6f57bfa154f.tar.xz forums-76158e429b10ce09a5f5b27a2d12a6f57bfa154f.zip |
[ticket/14123] Fix typo
PHPBB3-14123
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/cli.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php index 0b73f95b60..6989f26f72 100644 --- a/phpBB/language/en/cli.php +++ b/phpBB/language/en/cli.php @@ -55,8 +55,8 @@ $lang = array_merge($lang, array( 'CLI_DESCRIPTION_DISABLE_EXTENSION' => 'Disables the specified extension.', 'CLI_DESCRIPTION_ENABLE_EXTENSION' => 'Enables the specified extension.', 'CLI_DESCRIPTION_FIND_MIGRATIONS' => 'Finds migrations that are not depended upon.', - 'CLI_DESCRIPTION_GET_CONFIG' => 'Gets a configuration option’s integer value', - 'CLI_DESCRIPTION_INCREMENT_CONFIG' => 'Increments a configuration option’s value', + 'CLI_DESCRIPTION_GET_CONFIG' => 'Gets a configuration option’s value', + 'CLI_DESCRIPTION_INCREMENT_CONFIG' => 'Increments a configuration option’s integer value', 'CLI_DESCRIPTION_LIST_EXTENSIONS' => 'Lists all extensions in the database and on the filesystem.', 'CLI_DESCRIPTION_OPTION_SAFE_MODE' => 'Run in Safe Mode (without extensions).', 'CLI_DESCRIPTION_OPTION_SHELL' => 'Launch the shell.', |