diff options
author | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-06 17:49:18 +0200 |
---|---|---|
committer | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-06 17:49:18 +0200 |
commit | 088ce641be6528bc8705b630569c98a082455aa4 (patch) | |
tree | 355defdb99ce89bf3cfc8c3634c8d6184241472c /phpBB/language/en/acp/common.php | |
parent | 347de7f060095cc43c2a5b5575924997ac8d3dbf (diff) | |
download | forums-088ce641be6528bc8705b630569c98a082455aa4.tar forums-088ce641be6528bc8705b630569c98a082455aa4.tar.gz forums-088ce641be6528bc8705b630569c98a082455aa4.tar.bz2 forums-088ce641be6528bc8705b630569c98a082455aa4.tar.xz forums-088ce641be6528bc8705b630569c98a082455aa4.zip |
[ticket/12602] Fix language key removal.
PHPBB3-12602
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r-- | phpBB/language/en/acp/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index fa0c21d76e..12cdc28aa3 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -231,6 +231,7 @@ $lang = array_merge($lang, array( 'CONFIG_UPDATED' => 'Configuration updated successfully.', 'CRON_LOCK_ERROR' => 'Could not obtain cron lock.', 'CRON_NO_SUCH_TASK' => 'Could not find cron task ā%sā.', + 'CRON_NO_TASK' => 'No cron tasks need to be run right now.', 'CRON_NO_TASKS' => 'No cron tasks could be found.', 'DEACTIVATE' => 'Deactivate', |