mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +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.
|
// Overwrite disallowed. The destination project is open in another window.
|
||||||
AudacityMessageDialog m(
|
AudacityMessageDialog m(
|
||||||
nullptr,
|
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"),
|
XO("Error Saving Project"),
|
||||||
wxOK | wxICON_ERROR);
|
wxOK | wxICON_ERROR);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user