diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-08-10 12:22:22 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-08-10 12:22:22 +0200 |
commit | 1f6b9628e78f7a82eb2a3a455ef4a0448999dd68 (patch) | |
tree | 2c3c4a6cd668ac80d60a03690e16aa6c4d292589 /phpBB/language/en/common.php | |
parent | df9f35cce6a31e652fd2a4c403a86759319a2d24 (diff) | |
parent | 74c3579693bac0c09bfd3bd9eded18cf57107c33 (diff) | |
download | forums-1f6b9628e78f7a82eb2a3a455ef4a0448999dd68.tar forums-1f6b9628e78f7a82eb2a3a455ef4a0448999dd68.tar.gz forums-1f6b9628e78f7a82eb2a3a455ef4a0448999dd68.tar.bz2 forums-1f6b9628e78f7a82eb2a3a455ef4a0448999dd68.tar.xz forums-1f6b9628e78f7a82eb2a3a455ef4a0448999dd68.zip |
Merge pull request #2852 from bantu/ticket/12938
[ticket/12938] Remove the 'Download all attachments' feature.
* bantu/ticket/12938:
[ticket/12938] Remove functional tests for 'Download all attachments'.
[ticket/12938] Remove the 'Download all attachments' feature.
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index a58aec43cd..4ce69e0b85 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -191,8 +191,6 @@ $lang = array_merge($lang, array( 'DISPLAY_MESSAGES' => 'Display messages from previous', 'DISPLAY_POSTS' => 'Display posts from previous', 'DISPLAY_TOPICS' => 'Display topics from previous', - 'DOWNLOAD_ALL' => 'Download all', - 'DOWNLOAD_ALL_ATTACHMENTS' => 'Download all attachments', 'DOWNLOADED' => 'Downloaded', 'DOWNLOADING_FILE' => 'Downloading file', 'DOWNLOAD_COUNTS' => array( |