]> git.mjollnir.org Git - moodle.git/commitdiff
Use the general word "Location" instead of "File name"
authormoodler <moodler>
Sat, 21 Aug 2004 08:46:31 +0000 (08:46 +0000)
committermoodler <moodler>
Sat, 21 Aug 2004 08:46:31 +0000 (08:46 +0000)
mod/resource/type/file/file.html
mod/resource/type/file/resource.class.php

index 33565068cc3d00e983c822a67e1c1f7e702b2daa..d04a91753c065864ac7c58d43ce1514eb2de0d8a 100644 (file)
@@ -3,7 +3,7 @@
 
 <tr valign="top">
     <td align="right" nowrap>
-        <p><b><?php echo $strfilename?>:</b></p>
+        <p><b><?php echo $strfilename ?>:</b></p>
     </td>
     <td>
     <?php
index 391ca91bb45e4dea5df8d811b93c7dcdd0ea61a8..7fb23440597eefce0271fa4bda9e2609d6f43b76 100644 (file)
@@ -455,7 +455,7 @@ function setup($form) {
     $this->set_parameters(); // set the parameter array for the form
 
     
-    $strfilename = get_string("filename", "resource");
+    $strfilename = get_string("location");
     $strnote     = get_string("note", "resource");
     $strchooseafile = get_string("chooseafile", "resource");
     $strnewwindow     = get_string("newwindow", "resource");