From 87f47bc1b834b2f53599d6ccb06d5a90bb737ca3 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 2 May 2014 11:28:45 +0200 Subject: [PATCH] Fixed issue #9015: Wrong quote escaping for translated text in file upload processing --- application/controllers/UploaderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/UploaderController.php b/application/controllers/UploaderController.php index 4957571ab84..5e8572af412 100644 --- a/application/controllers/UploaderController.php +++ b/application/controllers/UploaderController.php @@ -365,7 +365,7 @@ function run($actionID) -

'.sprintf($clang->gT("You can upload %s under %s KB each.",'js'),$qidattributes['allowed_filetypes'],$qidattributes['max_filesize']).'

+

'.sprintf($clang->gT("You can upload %s under %s KB each."),$qidattributes['allowed_filetypes'],$qidattributes['max_filesize']).'