mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Update ProjectHistory.cpp (#687)
Fix typo - "Warning" instead of "Warining"
This commit is contained in:
@@ -81,7 +81,7 @@ namespace {
|
||||
if ( !projectFileIO.AutoSave() )
|
||||
throw SimpleMessageBoxException{
|
||||
XO("Automatic database backup failed."),
|
||||
XO("Warining"),
|
||||
XO("Warning"),
|
||||
"Error:_Disk_full_or_not_writable"
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user