diff --git a/website/src/lib/docs/lt/menu/edit.mdx b/website/src/lib/docs/lt/menu/edit.mdx
index e4e6adc3..cbcdd96e 100644
--- a/website/src/lib/docs/lt/menu/edit.mdx
+++ b/website/src/lib/docs/lt/menu/edit.mdx
@@ -10,7 +10,7 @@ title: Edit actions
# { title }
Unlike the file actions, the edit actions can potentially modify the content of the currently selected files.
-Moreover, when the vertical layout of the files list is enabled (see [Files and statistics](../files-and-stats)), they can also be applied to [tracks, segments, and points of interest](../gpx).
+Moreover, when the tree layout of the files list is enabled (see [Files and statistics](../files-and-stats)), they can also be applied to [tracks, segments, and points of interest](../gpx).
Therefore, we will refer to the elements that can be modified by these actions as _file items_.
Note that except for the undo and redo actions, the edit actions are also accessible through the context menu (right-click) of the file items.
@@ -37,7 +37,7 @@ Create a new track in the selected file.
-This action is only available when the vertical layout of the files list is enabled.
+This action is only available when the tree layout of the files list is enabled.
Additionally, the selection must be a single file.
@@ -48,7 +48,7 @@ Create a new segment in the selected track.
-This action is only available when the vertical layout of the files list is enabled.
+This action is only available when the tree layout of the files list is enabled.
Additionally, the selection must be a single track.
@@ -67,7 +67,7 @@ Copy the selected file items to the clipboard.
-This action is only available when the vertical layout of the files list is enabled.
+This action is only available when the tree layout of the files list is enabled.
@@ -77,7 +77,7 @@ Cut the selected file items to the clipboard.
-This action is only available when the vertical layout of the files list is enabled.
+This action is only available when the tree layout of the files list is enabled.
@@ -87,7 +87,7 @@ Paste the file items from the clipboard to the current hierarchy level if they a
-This action is only available when the vertical layout of the files list is enabled.
+This action is only available when the tree layout of the files list is enabled.