diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-18 16:23:12 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-09 09:21:51 +0200 |
commit | 0f789f4d5ac39f056569544eb1fad3545d80e9d3 (patch) | |
tree | 1d6b3132f8e1d65e4f0f1030473f184361b12ec3 /phpBB/language | |
parent | 24e39545ae77a78fb1f5350b4fe5658c924ad75c (diff) | |
download | forums-0f789f4d5ac39f056569544eb1fad3545d80e9d3.tar forums-0f789f4d5ac39f056569544eb1fad3545d80e9d3.tar.gz forums-0f789f4d5ac39f056569544eb1fad3545d80e9d3.tar.bz2 forums-0f789f4d5ac39f056569544eb1fad3545d80e9d3.tar.xz forums-0f789f4d5ac39f056569544eb1fad3545d80e9d3.zip |
[ticket/12692] Fix languages files
PHPBB3-12692
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/common.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index c2c3fda7a0..fdbc4aebd0 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -225,12 +225,6 @@ $lang = array_merge($lang, array( 'BACK' => 'Back', - 'CLI_DESCRIPTION_CRON_LIST' => 'Prints a list of ready and unready cron jobs.', - 'CLI_DESCRIPTION_CRON_RUN' => 'Runs all ready cron tasks.', - 'CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1' => 'Name of the task to be run', - - 'CLI_DESCRIPTION_OPTION_SHELL' => 'Launch the shell.', - 'COLOUR_SWATCH' => 'Web-safe colour swatch', 'CONFIG_UPDATED' => 'Configuration updated successfully.', 'CRON_LOCK_ERROR' => 'Could not obtain cron lock.', @@ -308,7 +302,7 @@ $lang = array_merge($lang, array( 'SHOW_ALL_OPERATIONS' => 'Show all operations', - 'TASKS_NOT_READY' => 'Not ready tasks:', + 'TASKS_NOT_READY' => 'Not ready tasks:', 'TASKS_READY' => 'Ready tasks:', 'TOTAL_SIZE' => 'Total size', |