One typo fixe in the source

This commit is contained in:
Olivier Humbert 2020-07-20 15:55:06 +02:00 committed by Robin Gareus
parent aa9c5737cc
commit 2987350892
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

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