mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 06:31:07 +01:00
Bug 2539 - Residual wording changes to warning messages.
QA asked for these improved wordings so that it is clearer to users what is going on.
This commit is contained in:
@@ -28,8 +28,10 @@ TranslatableString FileException::ErrorMessage() const
|
||||
break;
|
||||
case Cause::Write:
|
||||
format =
|
||||
XO("Audacity failed to write to a file.\n"
|
||||
"Perhaps %s is not writable or the disk is full.");
|
||||
XO("Audacity failed to write to a file.\n"
|
||||
"Perhaps %s is not writable or the disk is full.\n"
|
||||
"For tips on freeing up space, click the help button."
|
||||
);
|
||||
break;
|
||||
case Cause::Rename:
|
||||
format =
|
||||
|
||||
Reference in New Issue
Block a user