aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-02-18 12:29:17 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2014-02-18 12:29:17 -0600
commit061d9fba5a1532aad4fe5026c50020ab7399cb1e (patch)
treecf46abb63e24b3a209dea31b1f1c437b52c5884d /phpBB/language
parent74836f8c64029b21215a32bb9f35cce2833f693f (diff)
parenta589c88d252a9b792ff2f15c4daf2b6fa0018127 (diff)
downloadforums-061d9fba5a1532aad4fe5026c50020ab7399cb1e.tar
forums-061d9fba5a1532aad4fe5026c50020ab7399cb1e.tar.gz
forums-061d9fba5a1532aad4fe5026c50020ab7399cb1e.tar.bz2
forums-061d9fba5a1532aad4fe5026c50020ab7399cb1e.tar.xz
forums-061d9fba5a1532aad4fe5026c50020ab7399cb1e.zip
Merge pull request #2038 from prototech/ticket/12206
[ticket/12206] Fix mismatched Plupload language vars preventing localization.
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/plupload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/plupload.php b/phpBB/language/en/plupload.php
index 6039de7dbf..f174920f6b 100644
--- a/phpBB/language/en/plupload.php
+++ b/phpBB/language/en/plupload.php
@@ -46,9 +46,9 @@ $lang = array_merge($lang, array(
'PLUPLOAD_ERR_INPUT' => 'Failed to open input stream.',
'PLUPLOAD_ERR_MOVE_UPLOADED' => 'Failed to move uploaded file.',
'PLUPLOAD_ERR_OUTPUT' => 'Failed to open output stream.',
- 'PLUPLOAD_ERR_FILE_TOO_LARGE' => 'Error: File too large:',
+ 'PLUPLOAD_ERR_FILE_TOO_LARGE' => 'File too large:',
'PLUPLOAD_ERR_FILE_COUNT' => 'File count error.',
- 'PLUPLOAD_ERR_FILE_INVALID_EXT' => 'Error: Invalid file extension:',
+ 'PLUPLOAD_ERR_FILE_INVALID_EXT' => 'Invalid file extension:',
'PLUPLOAD_ERR_RUNTIME_MEMORY' => 'Runtime ran out of available memory.',
'PLUPLOAD_ERR_UPLOAD_URL' => 'Upload URL might be wrong or does not exist.',
'PLUPLOAD_EXTENSION_ERROR' => 'File extension error.',