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:
parent
2593a84d56
commit
85f333a31f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user