1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +02:00

Fix bad grammar in a message

This commit is contained in:
Paul Licameli 2019-12-17 19:55:56 -05:00
parent 29599c364d
commit 726046b379

View File

@ -906,7 +906,7 @@ will be irreversibly overwritten."), fName, fName);
// Overwrite disalowed. The destination project is open in another window. // Overwrite disalowed. The destination project is open in another window.
AudacityMessageDialog m( AudacityMessageDialog m(
NULL, NULL,
_("The project will not saved because the selected project is open in another window.\nPlease try again and select an original name."), _("The project will not be saved because the selected project is open in another window.\nPlease try again and select an original name."),
_("Error Saving Project"), _("Error Saving Project"),
wxOK|wxICON_ERROR); wxOK|wxICON_ERROR);
m.ShowModal(); m.ShowModal();