From b4eaae4b7a69534e8768989549f6acfb286e9b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Fri, 10 Jul 2009 21:06:28 +0200 Subject: [PATCH] [svn r21976] fix one text --- main/work/work.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/work/work.php b/main/work/work.php index 543b2f25d3..ef00bce61b 100644 --- a/main/work/work.php +++ b/main/work/work.php @@ -1,4 +1,4 @@ -, Ghent University - ability for course admins to specify wether uploaded documents are visible or invisible by default. * @author Roan Embrechts, code refactoring and virtual course support * @author Frederic Vauthier, directories management -* @version $Id: work.php 21933 2009-07-09 06:08:22Z ivantcholakov $ +* @version $Id: work.php 21976 2009-07-10 19:06:28Z herodoto $ * * @todo refactor more code into functions, use quickforms, coding standards, ... */ @@ -1148,7 +1148,7 @@ if ($is_course_member) { $form->addElement('html', $html); } else { // else standard upload option - $form->addElement('file', 'file', get_lang('DownloadFile'), 'size="40" onchange="updateDocumentTitle(this.value)"'); + $form->addElement('file', 'file', get_lang('UploadADocument'), 'size="40" onchange="updateDocumentTitle(this.value)"'); } $titleWork = $form->addElement('text', 'title', get_lang("TitleWork"), 'id="file_upload" style="width: 350px;"');