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:
Paul Davis 2012-03-17 14:15:22 +00:00
parent 685d8ffba7
commit 1c6ebde9f6
1 changed files with 1 additions and 1 deletions

View File

@ -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();