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
1 changed files with 2 additions and 2 deletions

View File

@ -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;