Fix grammatical error in user visible message

This commit is contained in:
Paul Licameli 2020-12-09 15:34:15 -05:00
parent 64b066f655
commit d8cd8041f1
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */)
// Overwrite disallowed. The destination project is open in another window.
AudacityMessageDialog m(
nullptr,
XO("The project will not saved because the selected project is open in another window.\nPlease try again and select an original name."),
XO("The project will not be saved because the selected project is open in another window.\nPlease try again and select an original name."),
XO("Error Saving Project"),
wxOK | wxICON_ERROR);