mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Fix grammatical error in user visible message
This commit is contained in:
parent
64b066f655
commit
d8cd8041f1
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user