diff options
author | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-03 10:54:28 +0200 |
---|---|---|
committer | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-03 10:54:28 +0200 |
commit | 5aca27e8cfc0f9387bc62756c8f296e2cec823a3 (patch) | |
tree | 6dbc07d26d64cb876eccac406721d53427991505 /phpBB/language/en/acp/common.php | |
parent | 721a1d0bc49fce52a8e438946a58ba0ca6db2f28 (diff) | |
download | forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.gz forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.bz2 forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.tar.xz forums-5aca27e8cfc0f9387bc62756c8f296e2cec823a3.zip |
[ticket/12602] Fix coding style mistakes.
PHPBB3-12602
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 36de5e07ad..c3a946466f 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -223,7 +223,7 @@ $lang = array_merge($lang, array( 'BACK' => 'Back', - 'CLI_DESCRIPTION_CRON_LIST' => 'Print the cron list.', + 'CLI_DESCRIPTION_CRON_LIST' => 'Print the cron list.', 'CLI_DESCRIPTION_CRON_RUN' => 'Runs all ready cron tasks.', 'CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1' => 'Name of the task to be run', |