mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix command name in undo/redo history for nudge backwards (#3325)
git-svn-id: svn://localhost/ardour2/branches/3.0@11722 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
685d8ffba7
commit
1c6ebde9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ Editor::nudge_backward_capture_offset ()
|
|||
return;
|
||||
}
|
||||
|
||||
begin_reversible_command (_("nudge forward"));
|
||||
begin_reversible_command (_("nudge backward"));
|
||||
|
||||
framepos_t const distance = _session->worst_output_latency();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue