mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
small language improvements
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user