Skip to content

Commit

Permalink
chore: "Play on select" -> "play on selection"
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Dec 27, 2023
1 parent d7a0d43 commit 320fe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen/sample_player/preview_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl SamplePreviewWindow {
.padding(8)
.style(theme::Container::Black),
row![
checkbox("Play on Select", self.play_on_select, Message::SetPlayOnSelect),
checkbox("Play on Selection", self.play_on_select, Message::SetPlayOnSelect),
Space::with_width(Length::Fill)
]
.push_maybe(no_button_spacing)
Expand Down

0 comments on commit 320fe19

Please sign in to comment.