aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 7b73aefcc5..a4117a2158 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -221,11 +221,13 @@ $lang = array_merge($lang, array(
'BACK' => 'Back',
- 'CLI_DESCR_CRON_RUN_ALL' => 'Runs all available cron tasks.',
+ 'CLI_DESCR_CRON_RUN' => 'Runs all available cron tasks.',
+ 'CLI_DESCR_CRON_ARG_RUN_1' => 'What task do you what to run?',
'COLOUR_SWATCH' => 'Web-safe colour swatch',
'CONFIG_UPDATED' => 'Configuration updated successfully.',
'CRON_LOCK_ERROR' => 'Could not obtain cron lock.',
+ 'CRON_NO_TASK' => 'No such cron task',
'DEACTIVATE' => 'Deactivate',
'DIRECTORY_DOES_NOT_EXIST' => 'The entered path ā€œ%sā€ does not exist.',