Fix typos in preparation for translations

This commit is contained in:
Edgar Aichinger 2020-04-13 16:09:53 +02:00 committed by Robin Gareus
parent eb5a41e3a3
commit 70937dc1f9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -782,7 +782,7 @@ ExportProfileManager::load_format_from_disk (std::string const & path)
if (format->format_id() == ExportFormatBase::F_FFMPEG) {
std::string unused;
if (!ArdourVideoToolPaths::transcoder_exe (unused, unused)) {
error << string_compose (_("Ignored format '%1': encoder is not avilable"), path) << endmsg;
error << string_compose (_("Ignored format '%1': encoder is not available"), path) << endmsg;
return;
}
}

View File

@ -214,7 +214,7 @@ VCA::assign (boost::shared_ptr<VCA> v)
{
/* prevent recursive assignments */
if (assigned_to (_session.vca_manager_ptr (), v)) {
warning << _("Master assignment inored to prevent recursion") << endmsg;
warning << _("Master assignment ignored to prevent recursion") << endmsg;
return;
}
Slavable::assign (v);