From 822a630601960797266f0bae6aea3fdc3a141d5c Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 3 Jul 2012 11:08:08 +0200 Subject: Minor changes. --- tpl/file/upload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/file/upload.php') diff --git a/tpl/file/upload.php b/tpl/file/upload.php index 31bdda7..de2ea88 100644 --- a/tpl/file/upload.php +++ b/tpl/file/upload.php @@ -6,8 +6,8 @@ if ($user['id'] == 0) $message = "You should create an account so that you can t $form_message = "If you upload an image, a $img_mini_width"."px preview will be created."; $need_file = true; $fields = array( - array("label" => "Image file : ", "type" => "file", "name" => "file"), - array("label" => "Image title (optionnal) : ", "type" => "text", "name" => "name") + array("label" => "File : ", "type" => "file", "name" => "file"), + array("label" => "Filename (optionnal) : ", "type" => "text", "name" => "name") ); $validate = "Upload"; -- cgit v1.2.3