mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Fix grammatical error in user visible message
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user