mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix minor typo (#719)
This commit is contained in:
@@ -219,7 +219,7 @@ wxString FileNames::TempDir()
|
||||
ShowErrorDialog(
|
||||
nullptr,
|
||||
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."),
|
||||
"Error:_Unsuitable_drive"
|
||||
);
|
||||
@@ -679,7 +679,7 @@ bool FileNames::IsTempDirectoryNameOK( const FilePath & Name )
|
||||
#endif
|
||||
|
||||
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.")))
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user