diff options
author | Fyorl <gaelreth@gmail.com> | 2012-08-20 21:52:42 +0100 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-08-20 21:52:42 +0100 |
commit | e1a4aa3ea255874660d31e13c0b4cadc8993ef4f (patch) | |
tree | 6b8613adadfb1945f7b9636e3ce87cbe93f3373a /phpBB/language/en | |
parent | b1239f1c1aca6a96ed3b470e1d386ec1d1024de7 (diff) | |
download | forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.tar forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.tar.gz forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.tar.bz2 forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.tar.xz forums-e1a4aa3ea255874660d31e13c0b4cadc8993ef4f.zip |
[feature/attach-dl] Removed the use of some abbreviations
PHPBB3-11042
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 61749046c4..e6022e3b79 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -162,7 +162,7 @@ $lang = array_merge($lang, array( 'DISPLAY_POSTS' => 'Display posts from previous', 'DISPLAY_TOPICS' => 'Display topics from previous', 'DOWNLOAD_ALL' => 'Download all', - 'DOWNLOAD_ALL_ATTACH' => 'Download all attachments', + 'DOWNLOAD_ALL_ATTACHMENTS' => 'Download all attachments', 'DOWNLOADED' => 'Downloaded', 'DOWNLOADING_FILE' => 'Downloading file', 'DOWNLOAD_COUNTS' => array( |