Skip to content

Commit

Permalink
Wording updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
fkurmannucsc committed Nov 25, 2024
1 parent 5f39bc3 commit 8d0b4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Once the video is ready, it will show on the screen and you can start taking scr

A video's "clip" is a special portion of the video that is put in the output directory with the "clip" suffix
(the full original video is also written).
The clip's duration is shows by the highlighted section of the video's progress bar.
The clip's duration is shown by the highlighted section of the video's progress bar.
By default, the entire video is set as the clip.
You can use the video control's to set the clip's boundaries,
see the [Video Controls](#video-controls) section.
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>Shark Clipper</h1>
<div class='page-section control-area'>
<button onclick='toggleSelection()'>Toggle Selection Box (B)</button>
<button onclick='captureFrame()'>Take Screenshot (F)</button>
<button onclick='save()'>Save Screenshots (S)</button>
<button onclick='save()'>Save Files (S)</button>
</div>

<div class='page-section screenshot-area'>
Expand Down

0 comments on commit 8d0b4a4

Please sign in to comment.