i18n-ization
git-svn-id: svn://localhost/ardour2/branches/3.0@12234 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user