From 201731121ac10b1582fc798227c91d364dd522b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 5 Aug 2015 10:44:05 +0200 Subject: [PATCH] Simplify the message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Having uploaded and moved is confusing for translators and for user it's uploaded file which can't be read. Signed-off-by: Michal Čihař --- libraries/File.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/File.class.php b/libraries/File.class.php index 59280b548e..aad6128ddc 100644 --- a/libraries/File.class.php +++ b/libraries/File.class.php @@ -484,7 +484,7 @@ class PMA_File $this->isTemp(true); if (! $this->isReadable()) { - $this->_error_message = __('Cannot read moved uploaded file.'); + $this->_error_message = __('Cannot read uploaded file.'); return false; }