From 991f7426e8ec2a566ad82043b22ce844a5a1cfa1 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 12 Feb 2017 13:34:56 -0500 Subject: Improve error reporting when file upload is not configured properly --- app/Locale/id_ID/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Locale/id_ID/translations.php') diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index eaf4ce74..620e9b58 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -282,7 +282,6 @@ return array( 'Unable to create your sub-task.' => 'Tidak dapat membuat sub-tugas Anda.', 'Sub-task added successfully.' => 'Sub-tugas berhasil dibuat.', 'Maximum size: ' => 'Ukuran maksimum: ', - 'Unable to upload the file.' => 'Tidak dapat mengunggah berkas.', 'Display another project' => 'Lihat proyek lain', 'Created by %s' => 'Dibuat oleh %s', 'Tasks Export' => 'Ekspor Tugas', @@ -1312,4 +1311,5 @@ return array( // 'Do you really want to reopen this project: "%s"?' => '', // 'This project is open' => '', // 'This project is closed' => '', + // 'Unable to upload files, check the permissions of your data folder.' => '', ); -- cgit v1.2.3