From: moodler Date: Sat, 21 Aug 2004 08:46:31 +0000 (+0000) Subject: Use the general word "Location" instead of "File name" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c55d4a333718d0ed83ec8fb61704780e5ad7dd44;p=moodle.git Use the general word "Location" instead of "File name" --- 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");