mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
More uniformity of file write error messages
This commit is contained in:
parent
57134d93d6
commit
bc7066a20e
@ -307,10 +307,7 @@ bool ProjectFileManager::DoSave(const FilePath & fileName, const bool fromSaveAs
|
||||
ShowErrorDialog(
|
||||
&window,
|
||||
XO("Error Saving Project"),
|
||||
XO("Could not save project. Perhaps %s \n"
|
||||
"is not writable or the disk is full.\n"
|
||||
"For tips on freeing up space, click the help button.")
|
||||
.Format(fileName),
|
||||
FileException::WriteFailureMessage(fileName),
|
||||
"Error:_Disk_full_or_not_writable"
|
||||
);
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user