mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Fix minor typo (#719)
This commit is contained in:
parent
2593a84d56
commit
85f333a31f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user