@@ -6,7 +6,7 @@ The Filelist module
66===================
77
88The :guilabel: `File > Filelist ` module is where you can manage
9- all the :ref: `media and downloads <media >` associated with your TYPO3 web site .
9+ all the :ref: `media and downloads <media >` associated with your TYPO3 website .
1010
1111The Editors Guide describes how to
1212:ref: `manage media in the TYPO3 backend <t3editors:managing-files-in-typo >`.
@@ -35,7 +35,7 @@ File storages
3535=============
3636
3737It is possible to configure additional file storages, including private and
38- read only ones. This topic is beyond the scope of this guide. It is explained in
38+ read- only ones. This topic is beyond the scope of this guide. It is explained in
3939TYPO3 Explained, chapter :ref: `File storages <t3coreapi:fal-administration-storages >`.
4040
4141.. _file-module-fal :
@@ -48,7 +48,7 @@ an abstraction layer. You can find the documentation of this layer in TYPO3
4848Explained, chapter :ref: `File abstraction layer (FAL) <t3coreapi:fal_introduction >`.
4949
5050On uploading, each file gets a unique identifier assigned to
51- it. This identifier is used to link to files and also to attach meta data to
51+ it. This identifier is used to link to files and also to attach metadata to
5252them.
5353
5454This allows your editors to rename and move files without breaking the frontend.
@@ -72,19 +72,19 @@ references <t3coreapi:fal-using-fal-examples-file-folder>`
7272
7373.. note ::
7474 Never link to a file in the fileadmin from CSS or or JavaScript. Such files
75- like logos, icons, background images etc. should be stored as
75+ like logos, icons, background images, etc. should be stored as
7676 :ref: `Assets in extensions and site packages <assets >`.
7777
7878.. _file-module-meta-data :
7979
80- File meta data
80+ File metadata
8181==============
8282
83- A number of meta data fields for media uploaded in the Filelist module is
84- available out-of-the-box. Additional meta data fields are available if the
83+ A number of metadata fields for media uploaded in the Filelist module is
84+ available out-of-the-box. Additional metadata fields are available if the
8585system extension :composer: `typo3/cms-filemetadata ` is installed.
8686
87- For accessibility reasons images should always have an alt text defined.
87+ For accessibility reasons, images should always have an alt text defined.
8888Editors can input an alt text either in the file metadata in the Filelist module
8989or override it in the file relation when they use an image in a content element.
9090
0 commit comments