Skip to content

Commit a94b24b

Browse files
[FEATURE] Rename top-level module "file" to "media" (#768)
* [FEATURE] Rename top-level module "file" to "media" Holding of on updating screenshots. There is still much in the flow in the backend References: TYPO3-Documentation/Changelog-To-Doc#1378 Releases: main * [TASK] Language checks Releases: main --------- Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>
1 parent 22ad3f9 commit a94b24b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Documentation/Administration/BackendUsers/Groups.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Grant access to the user_upload folder (file mounts)
5050
====================================================
5151

5252
The :ref:`automatically created user groups <backend-users-groups-quick>` from
53-
the previous step have access to the :guilabel:`Filelist` module, however, as
54-
file mount is created automatically, they will only see an error message:
53+
the previous step have access to the :guilabel:`Media > Filelist` module, however, as
54+
the file mount is created automatically, they will only see an error message:
5555

5656
.. figure:: /Images/ManualScreenshots/BackendUser/MissingFolderPermissions.png
5757
:alt: Error message: Missing folder permissions. You have no access to the folder "1:/user_upload/".
@@ -61,7 +61,7 @@ file mount is created automatically, they will only see an error message:
6161
Unless your users or their groups have at least one file mount they will not be
6262
able to upload files including images.
6363

64-
To create a file mount, go to the backend module :guilabel:`File > Filelist`
64+
To create a file mount, go to the backend module :guilabel:`Media > Filelist`
6565
then choose the folder in which you want to create a file mount.
6666

6767
Right click on the folder in the directory tree and choose "New Filemount"

Documentation/Concepts/Assets/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Files in the fileadmin directory are managed by the
3737
:ref:`File abstraction layer (FAL) <t3coreapi:fal_introduction>`.
3838

3939
They can be uploaded, moved and deleted in the backend module
40-
:guilabel:`File > Filelist` by administrators and
40+
:guilabel:`Media > Filelist` by administrators and
4141
depending on :ref:`permissions <t3coreapi:permissions-management>`,
4242
by editors.
4343

Documentation/Concepts/Backend/FileModule/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The Filelist module
66
===================
77

8-
The :guilabel:`File > Filelist` module is where you can manage
8+
The :guilabel:`Media > Filelist` module is where you can manage
99
all the :ref:`media and downloads <media>` associated with your TYPO3 website.
1010

1111
The Editors Guide describes how to

Documentation/Concepts/Backend/GeneralBackendStructure/ContextMenu/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ backend. You will notice that different sets of
1515
icons appear depending on what page you are on
1616
what actions you are performing.
1717

18-
For example, there's a contextual menu in the **WEB > List** view:
18+
For example, there is a contextual menu in the :guilabel:`Content > List` view:
1919

2020
.. include:: /Images/AutomaticScreenshots/ListModule/ContextMenu.rst.txt
2121

22-
or in the **FILE > Filelist** view:
22+
or in the :guilabel:`Media > Filelist` view:
2323

2424
.. include:: /Images/AutomaticScreenshots/FilelistModule/ContextMenu.rst.txt

Documentation/Concepts/Backend/GeneralBackendStructure/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Situated in the center left of page is the
2222

2323
Module menu (2)
2424
This is the main menu of the TYPO3 CMS backend. It is divided
25-
into main modules (:guilabel:`Content`, :guilabel:`File`, etc.) and
25+
into main modules (:guilabel:`Content`, :guilabel:`Media`, etc.) and
2626
their sub-modules.
2727

2828
:ref:`Page tree <page-tree>` (3)

Documentation/Concepts/Backend/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extensions can also be found in this area.
5757
:guilabel:`Site Management` is for the setup of a site. Here it is possible to
5858
specify the site name, assign domains and select languages.
5959

60-
:ref:`Filelist <file-module>` is for viewing and managing files including
60+
:ref:`Media > Filelist <file-module>` is for viewing and managing files including
6161
documents, images and videos.
6262

6363
:guilabel:`Admin Tools` are administrative modules for maintenance and performing

0 commit comments

Comments
 (0)