aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-27 16:22:10 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-07-09 09:21:51 +0200
commit96c5165a655062bb12cf8150262459d883911d8c (patch)
tree47b9ea9ad9da1be53bbfba8830112ad2c57705b0 /phpBB/language/en/cli.php
parent556504df24a72d0cd5fbbd5b266f815f1353ab4c (diff)
downloadforums-96c5165a655062bb12cf8150262459d883911d8c.tar
forums-96c5165a655062bb12cf8150262459d883911d8c.tar.gz
forums-96c5165a655062bb12cf8150262459d883911d8c.tar.bz2
forums-96c5165a655062bb12cf8150262459d883911d8c.tar.xz
forums-96c5165a655062bb12cf8150262459d883911d8c.zip
[ticket/12692] Fix languages vars and services order
PHPBB3-12692
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index 7dd8403ed4..28fae83d5f 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -97,9 +97,9 @@ $lang = array_merge($lang, array(
'THUMBNAIL_SKIPPED' => '%1$s (%2$s) skipped.',
'THUMBNAIL_GENERATED' => '%1$s (%2$s) generated.',
- 'THUMBNAIL_DELETING' => 'Deleting the thumbnails...',
- 'THUMBNAIL_GENERATING' => 'Generating the thumbnails...',
+ 'THUMBNAIL_DELETING' => 'Deleting thumbnails…',
+ 'THUMBNAIL_GENERATING' => 'Generating thumbnails…',
- 'NO_THUMBNAIL_TO_GENERATE' => 'No thumbnail to generate.',
- 'NO_THUMBNAIL_TO_DELETE' => 'No thumbnail to delete.',
+ 'NO_THUMBNAIL_TO_GENERATE' => 'No thumbnails to generate.',
+ 'NO_THUMBNAIL_TO_DELETE' => 'No thumbnails to delete.',
));