mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 00:50:05 +02:00
Remove anchor from help URLs
This commit is contained in:
parent
8ec53d8ffb
commit
69a98669bf
@ -312,7 +312,7 @@ bool ProjectFileManager::DoSave(const FilePath & fileName, const bool fromSaveAs
|
|||||||
&window,
|
&window,
|
||||||
XO("Error Saving Project"),
|
XO("Error Saving Project"),
|
||||||
XO("The project exceeds the maximum size of 4GB when writing to a FAT32 formatted filesystem."),
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
@ -622,7 +622,7 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */)
|
|||||||
&window,
|
&window,
|
||||||
XO("Error Saving Project"),
|
XO("Error Saving Project"),
|
||||||
XO("The project exceeds the maximum size of 4GB when writing to a FAT32 formatted filesystem."),
|
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)
|
if (project.mBatchMode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user