From d8cd8041f10d905effa8b6477bb1f63f468d8fd9 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 9 Dec 2020 15:34:15 -0500 Subject: [PATCH] Fix grammatical error in user visible message --- src/ProjectFileManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProjectFileManager.cpp b/src/ProjectFileManager.cpp index 7658f03e6..4c52360c4 100644 --- a/src/ProjectFileManager.cpp +++ b/src/ProjectFileManager.cpp @@ -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);