From c55d4a333718d0ed83ec8fb61704780e5ad7dd44 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 21 Aug 2004 08:46:31 +0000 Subject: [PATCH] Use the general word "Location" instead of "File name" --- mod/resource/type/file/file.html | 2 +- mod/resource/type/file/resource.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/resource/type/file/file.html b/mod/resource/type/file/file.html index 33565068cc..d04a91753c 100644 --- a/mod/resource/type/file/file.html +++ b/mod/resource/type/file/file.html @@ -3,7 +3,7 @@ -

:

+

:

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"); -- 2.39.5