Skip to content

Commit

Permalink
Rename "From clip column" to "From Playtime column" and others
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Oct 18, 2024
1 parent a1571eb commit 2a37c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/src/application/target_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3817,7 +3817,7 @@ pub enum VirtualTrackType {
ByIndexMcp,
#[display(fmt = "By ID or name (legacy)")]
ByIdOrName,
#[display(fmt = "From clip column")]
#[display(fmt = "From Playtime column")]
FromClipColumn,
}

Expand Down
2 changes: 1 addition & 1 deletion main/src/infrastructure/ui/header_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ impl HeaderPanel {
MainMenuAction::DryRunLuaScript(text_from_clipboard_clone),
),
item_with_opts(
"Freeze clip matrix",
"Freeze Playtime matrix",
ItemOpts {
enabled: has_clip_matrix,
checked: false,
Expand Down

0 comments on commit 2a37c1a

Please sign in to comment.