mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
One typo fixe in the source
This commit is contained in:
parent
aa9c5737cc
commit
2987350892
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ MissingFileSourceDialog::MissingFileSourceDialog (Session * s, list<string> cons
|
|||
|
||||
if (dt == DataType::MIDI) {
|
||||
t << _("Editing the MIDI files by adding new content will re-create the file and disable this warning,\n"
|
||||
"but also prevent future recovery of the original in the exising region(s).\n");
|
||||
"but also prevent future recovery of the original in the existing region(s).\n");
|
||||
}
|
||||
|
||||
m->set_markup (t.str ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue