diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-07-28 14:45:34 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-07-28 14:45:34 +0200 |
commit | 26ddd5a7fc0e4c5b787602882f328686871b7fd1 (patch) | |
tree | 475dc21983ec7b61f9bbcc9f85d92b682fa809de /phpBB/phpbb/console/command/cache/purge.php | |
parent | 577186db7a30316bd465eb500a0b230a210c3b71 (diff) | |
parent | 52e8a7231eb0feca005abf8a8b0df3c86a6a6895 (diff) | |
download | forums-26ddd5a7fc0e4c5b787602882f328686871b7fd1.tar forums-26ddd5a7fc0e4c5b787602882f328686871b7fd1.tar.gz forums-26ddd5a7fc0e4c5b787602882f328686871b7fd1.tar.bz2 forums-26ddd5a7fc0e4c5b787602882f328686871b7fd1.tar.xz forums-26ddd5a7fc0e4c5b787602882f328686871b7fd1.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/12656] Fix typo for "purged extension"
[ticket/12656] Fix syntax in language file
[ticket/12656] Fix typo
[ticket/12656] Use utf8 ’ instead of escaping '
[ticket/12656] Use lang keys for all CLI strings
[ticket/12656] Use lang keys for CLI command descriptions
Diffstat (limited to 'phpBB/phpbb/console/command/cache/purge.php')
-rw-r--r-- | phpBB/phpbb/console/command/cache/purge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cache/purge.php b/phpBB/phpbb/console/command/cache/purge.php index 8c51d1b5a8..ec8229200c 100644 --- a/phpBB/phpbb/console/command/cache/purge.php +++ b/phpBB/phpbb/console/command/cache/purge.php @@ -59,7 +59,7 @@ class purge extends \phpbb\console\command\command { $this ->setName('cache:purge') - ->setDescription('Purge the cache.') + ->setDescription($this->user->lang('PURGE_CACHE')) ; } |