1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Fix minor typo (#719)

This commit is contained in:
Yuri Chornoivan 2021-01-12 12:36:43 +02:00 committed by GitHub
parent 2593a84d56
commit 85f333a31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ wxString FileNames::TempDir()
ShowErrorDialog( ShowErrorDialog(
nullptr, nullptr,
XO("Unsuitable"), XO("Unsuitable"),
XO("The temporary files direcotory is on a FAT formatted drive\n" XO("The temporary files directory is on a FAT formatted drive.\n"
"Resetting to default location."), "Resetting to default location."),
"Error:_Unsuitable_drive" "Error:_Unsuitable_drive"
); );
@ -679,7 +679,7 @@ bool FileNames::IsTempDirectoryNameOK( const FilePath & Name )
#endif #endif
if (FileNames::FATFilesystemDenied(NameCanonical, if (FileNames::FATFilesystemDenied(NameCanonical,
XO("The temporary files direcotory is on a FAT formatted drive.\n" XO("The temporary files directory is on a FAT formatted drive.\n"
"Resetting to default location."))) "Resetting to default location.")))
{ {
return false; return false;