Remove anchor from help URLs

This commit is contained in:
Leland Lucius 2021-01-06 22:11:49 -06:00
parent 8ec53d8ffb
commit 69a98669bf
1 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ bool ProjectFileManager::DoSave(const FilePath & fileName, const bool fromSaveAs
&window,
XO("Error Saving Project"),
XO("The project exceeds the maximum size of 4GB when writing to a FAT32 formatted filesystem."),
"Error:_Unsuitable_drive#fat32"
"Error:_Unsuitable_drive"
);
return false;
}
@ -622,7 +622,7 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */)
&window,
XO("Error Saving Project"),
XO("The project exceeds the maximum size of 4GB when writing to a FAT32 formatted filesystem."),
"Error:_Unsuitable_drive#fat32"
"Error:_Unsuitable_drive"
);
if (project.mBatchMode)