This commit is contained in:
Markos Gogoulos 2025-05-23 16:52:21 +03:00
parent 1c9aff252e
commit ef264bbece
3 changed files with 699 additions and 700 deletions

View File

@ -3937,7 +3937,7 @@ const TimelineControls = ({
}
>
<p className="modal-message">
You're about to save these changes and replace the original video. This action cannot be undone.
You're about to replace the original video with this trimmed version. This can't be undone.
</p>
<p className="modal-message">
The original video will be replaced with this trimmed version.
@ -3971,7 +3971,7 @@ const TimelineControls = ({
}
>
<p className="modal-message">
You're about to save these changes as a new copy. Your original video will remain unchanged.
You're about to save a new copy with your edits. The original video will stay the same. Find the new file in your My Media folder - named after the original file.
</p>
<p className="modal-message">
A new copy of the video will be created with your trimmed segments.
@ -4019,8 +4019,7 @@ const TimelineControls = ({
}
>
<p className="modal-message">
You're about to save each segment as a separate video file.
There are {clipSegments.length} segments to be saved.
You're about to save each segment as a separate video. Find the new files in your My Media folder - named after the original file.
</p>
<p className="modal-message">
Each segment will be saved with its name as the filename.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long