1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

Fix issues reported on Wording page

This commit is contained in:
windinthew
2016-10-14 16:36:41 +01:00
parent c7c5424909
commit d5a6b83fe0
3 changed files with 6 additions and 6 deletions

View File

@@ -669,7 +669,7 @@ bool Importer::Import(const wxString &fName,
}
// we were not able to recognize the file type
errorMessage.Printf(_("Audacity did not recognize the type of the file '%s'.\nIf it is uncompressed, try importing it using \"Import Raw\"."),fName.c_str());
errorMessage.Printf(_("Audacity did not recognize the type of the file '%s'.\nTry installing FFmpeg. For uncompressed files, also try File > Import > Raw Data."),fName.c_str());
}
else
{