small copilot language edits

This commit is contained in:
vcoppe
2024-07-19 23:47:04 +02:00
parent d0dcafa78e
commit a678cd54d4
9 changed files with 28 additions and 29 deletions

View File

@@ -37,9 +37,9 @@ By right-clicking on a file tab, you can access the same actions as in the [edit
As mentioned in the [view options section](./menu/view), you can switch between a horizontal and a vertical layout for the file list.
The vertical file list is useful when you have many files open, or files with multiple [tracks, segments or waypoints](../gpx).
Indeed, this layout allows to inspect the content of the files through collapsible sections.
Indeed, this layout allows you to inspect the content of the files through collapsible sections.
You also can apply [edit actions](./menu/edit) and [tools](./toolbar/) to inner file items.
You can also apply [edit actions](./menu/edit) and [tools](./toolbar/) to inner file items.
Furthermore, you can drag and drop the inner items to reorder them, or move them in the hierarchy or even to another file.
<DocsNote>
@@ -67,4 +67,4 @@ Using the buttons on the right of the elevation profile, you can optionally colo
- **surface** <BrickWall size="16" class="inline-block" style="margin-bottom: 2px" /> data coming from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a>'s <a href="https://wiki.openstreetmap.org/wiki/Key:surface" target="_blank">surface</a> tags.
This is only available for files created with **gpx.studio**.
If your selection includes it, you can also visualize: **speed** <Zap size="16" class="inline-block" style="margin-bottom: 2px" />, **heart rate** <HeartPulse size="16" class="inline-block" style="margin-bottom: 2px" />, **cadence** <Orbit size="16" class="inline-block" style="margin-bottom: 2px" />, **temperature** <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> and **power** <SquareActivity size="16" class="inline-block" style="margin-bottom: 2px" /> data on the elevation profile.
If your selection includes it, you can also visualize: **speed** <Zap size="16" class="inline-block" style="margin-bottom: 2px" />, **heart rate** <HeartPulse size="16" class="inline-block" style="margin-bottom: 2px" />, **cadence** <Orbit size="16" class="inline-block" style="margin-bottom: 2px" />, **temperature** <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" />, and **power** <SquareActivity size="16" class="inline-block" style="margin-bottom: 2px" /> data on the elevation profile.