1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ namespace {
if ( !projectFileIO.AutoSave() ) if ( !projectFileIO.AutoSave() )
throw SimpleMessageBoxException{ throw SimpleMessageBoxException{
XO("Automatic database backup failed."), XO("Automatic database backup failed."),
XO("Warining"), XO("Warning"),
"Error:_Disk_full_or_not_writable" "Error:_Disk_full_or_not_writable"
}; };
} }