mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
i18n-ization
git-svn-id: svn://localhost/ardour2/branches/3.0@12234 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
44cd222eb2
commit
d8e41bde96
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ MidiRegionView::create_note_at (framepos_t t, double y, double length, bool snap
|
|||
|
||||
view->update_note_range(new_note->note());
|
||||
|
||||
MidiModel::NoteDiffCommand* cmd = _model->new_note_diff_command("add note");
|
||||
MidiModel::NoteDiffCommand* cmd = _model->new_note_diff_command(_("add note"));
|
||||
cmd->add (new_note);
|
||||
_model->apply_command(*trackview.session(), cmd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue