mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +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:
@@ -330,8 +330,9 @@ void DBConnection::CheckpointThread()
|
||||
? XO("Could not write to %s.\n" ).Format( path )
|
||||
: TranslatableString{};
|
||||
auto message = XO(
|
||||
"Disk is full. For tips on freeing up space, click the help button.\n"
|
||||
"%s\n"
|
||||
"Disk is full.\n"
|
||||
"%s\n"
|
||||
"For tips on freeing up space, click the help button."
|
||||
).Format( message1 );
|
||||
|
||||
// Throw and catch and AudacityException, enqueuing the
|
||||
|
||||
Reference in New Issue
Block a user