1
0
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:
Thomas De Rocker
2020-11-02 13:12:35 +01:00
committed by GitHub
parent 7aff2e3e94
commit e9d8db71a6

View File

@@ -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"
};
}