diff --git a/lang/en.yml b/lang/en.yml index c06477c02..aef466df5 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -561,7 +561,7 @@ en: DROPFILES: "drop files" EDITINFO: "Edit this file" FIELDNOTSET: "File information not found" - FROMCOMPUTER: "From files" + FROMCOMPUTER: "Upload from your computer" MAXNUMBEROFFILES: "Max number of %s file(s) exceeded." REMOVEERROR: "Error removing file" REMOVEINFO: "Remove this file from here, but do not delete it from the file store" diff --git a/templates/UploadField.ss b/templates/UploadField.ss index 380584be3..8ffca8803 100644 --- a/templates/UploadField.ss +++ b/templates/UploadField.ss @@ -47,7 +47,7 @@ <% _t('UploadField.FROMCOMPUTER', 'From your computer') %> multiple="multiple"<% end_if %> /> - + <% if not $autoUpload %> <% end_if %> @@ -55,4 +55,4 @@
-<% end_if %> \ No newline at end of file +<% end_if %>