mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59:41 +02:00
Update ProjectHistory.cpp (#687)
Fix typo - "Warning" instead of "Warining"
This commit is contained in:
parent
7aff2e3e94
commit
e9d8db71a6
@ -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"
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user