From 35572ca389b64fb1a1c5afc786cceaff69322f60 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 23 Jul 2024 14:35:15 +0200 Subject: [PATCH] small language improvements --- website/src/locales/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/src/locales/en.json b/website/src/locales/en.json index f8149e69..f534f54a 100644 --- a/website/src/locales/en.json +++ b/website/src/locales/en.json @@ -166,17 +166,17 @@ "merge_traces": "Connect the traces", "merge_contents": "Merge the contents and keep the traces disconnected", "merge_selection": "Merge selection", - "tooltip": "Merge file items together", - "help_merge_traces": "Connecting the selected traces will create a single file containing a single continuous trace.", - "help_cannot_merge_traces": "Your selection needs to contain several traces to connect them.", - "help_merge_contents": "Merging the contents of the selected file items will group all the contents inside the first file item.", - "help_cannot_merge_contents": "Your selection needs to contain several file items to merge their contents." + "tooltip": "Merge items together", + "help_merge_traces": "Connecting the selected traces will create a single continuous trace.", + "help_cannot_merge_traces": "Your selection must contain several traces to connect them.", + "help_merge_contents": "Merging the contents of the selected items will group all the contents inside the first item.", + "help_cannot_merge_contents": "Your selection must contain several items to merge their contents." }, "extract": { - "tooltip": "Extract contents to separate file items", + "tooltip": "Extract contents to separate items", "button": "Extract", - "help": "Extracting the contents of the selected file items will create a separate file item for each of their contents.", - "help_invalid_selection": "Your selection needs to contain file items with multiple traces to extract them." + "help": "Extracting the contents of the selected items will create a separate item for each of their contents.", + "help_invalid_selection": "Your selection must contain items with multiple traces to extract them." }, "waypoint": { "tooltip": "Create and edit points of interest",