diff options
Diffstat (limited to 'tpl/file/upload.php')
-rw-r--r-- | tpl/file/upload.php | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |