From b97702e5848afc828a0ed1ae1fdffc4dc98b84f7 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Sat, 16 Jun 2012 23:23:16 +0800 Subject: [PATCH] MDL-32286 - fix ambigious english string --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 7a61b0a5a5f..23a610132c9 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1678,7 +1678,7 @@ $string['uploadcantwrite'] = 'Failed to write file to disk'; $string['uploadedfile'] = 'File uploaded successfully'; $string['uploadedfileto'] = 'Uploaded {$a->file} to {$a->directory}'; $string['uploadedfiletoobig'] = 'Sorry, but that file is too big (limit is {$a} bytes)'; -$string['uploadextension'] = 'File upload stopped by extension'; +$string['uploadextension'] = 'File upload stopped by a PHP extension'; $string['uploadfailednotrecovering'] = 'Your file upload has failed because there was a problem with one of the files, {$a->name}.
Here is a log of the problems:
{$a->problem}
Not recovering.'; $string['uploadfilelog'] = 'Upload log for file {$a}'; $string['uploadformlimit'] = 'Uploaded file exceeded the maximum size limit set by the form';